#0FCCB4

Color #0FCCB4 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0FCCB4

Tints of Robin's Egg Blue #0FCCB4

Color information

#0FCCB4 (or 0x0FCCB4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, CC and B4. RGB value is (15,204,180). Sum of RGB (Red+Green+Blue) = 15+204+180=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCCB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCB4 is #F0334B. Grayscale: #909090. Windows color (decimal): -15741772 or 11848719. OLE color: 11848719.

HSL color Cylindrical-coordinate representation of color #0FCCB4: hue angle of 172.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCCB4 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB15204180-
CMYK0.9300.120.2
HSL172.38º86.3%42.94%-
HSV(B)172.38º92.65%80%-
XYZ30.0346.5850.59-
YUV144.75147.8835.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.76%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=3.76%
G=51.13%
B=45.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal152041800.9300.120.2172.3886.342.94
HexFCCB45D0C14ac562b
Octal173142641350142425412653
Binary1111110011001011010010111010110010100101011001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FCCB4; }

 p { color: rgb(15,204,180); }

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

<style>
 a { background-color: #0FCCB4; }

 a { background-color: rgb(15,204,180); }

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

<style>
 span { border-color: #0FCCB4; }

 span { border-color: rgb(15,204,180); }

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