#30BCCA

Color #30BCCA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #30BCCA

Tints of Summer Sky #30BCCA

Color information

#30BCCA (or 0x30BCCA) is unknown color: approx Summer Sky. HEX triplet: 30, BC and CA. RGB value is (48,188,202). Sum of RGB (Red+Green+Blue) = 48+188+202=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #30BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BCCA is #CF4335. Grayscale: #939393. Windows color (decimal): -13583158 or 13286448. OLE color: 13286448.

HSL color Cylindrical-coordinate representation of color #30BCCA: hue angle of 185.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30BCCA is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB48188202-
CMYK0.760.0700.21
HSL185.45º61.6%49.02%-
HSV(B)185.45º76.24%79.22%-
XYZ29.8640.8662.19-
YUV147.74158.6256.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 10.96%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=10.96%
G=42.92%
B=46.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal481882020.760.0700.21185.4561.649.02
Hex30BCCA4C7015b93e31
Octal6027431211470252717661
Binary1100001011110011001010100110011101010110111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30BCCA; }

 p { color: rgb(48,188,202); }

 H1.HeaderClassName
 {
   color: #30BCCA;
 }
 .AnyTagClassName
 {
   color: #30BCCA;
 }
</style>
background-color css

<style>
 a { background-color: #30BCCA; }

 a { background-color: rgb(48,188,202); }

 div.DivClassName
 {
   background-color: #30BCCA;
 }
 .BgClassName
 {
   background-color: #30BCCA;
 }
</style>
border-color css

<style>
 span { border-color: #30BCCA; }

 span { border-color: rgb(48,188,202); }

 td.TdClassName
 {
   border-color: #30BCCA;
 }
 .TagClassName
 {
   border-color: #30BCCA;
 }
</style>