#0acfb6

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

Shades of Robin's Egg Blue #0ACFB6

Tints of Robin's Egg Blue #0ACFB6

Color information

#0ACFB6 (or 0x0ACFB6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, CF and B6. RGB value is (10,207,182). Sum of RGB (Red+Green+Blue) = 10+207+182=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACFB6 is #F53049. Grayscale: #919191. Windows color (decimal): -16068682 or 11980554. OLE color: 11980554.

HSL color Cylindrical-coordinate representation of color #0ACFB6: hue angle of 172.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACFB6 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB10207182-
CMYK0.9500.120.19
HSL172.39º90.78%42.55%-
HSV(B)172.39º95.17%81.18%-
XYZ30.8848.0751.91-
YUV145.25148.7331.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.51%
GREEN value IS 207 (81.25% from 255) = 51.88%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=2.51%
G=51.88%
B=45.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102071820.9500.120.19172.3990.7842.55
HexACFB65F0C13ac5b2b
Octal123172661370142325413353
Binary1010110011111011011010111110110010011101011001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0acfb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,207,182); }

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

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

 a { background-color: rgb(10,207,182); }

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

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

 span { border-color: rgb(10,207,182); }

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