Html Css Color HEX #0CD8BA Robin's Egg Blue

📋 copy color: '#0CD8BA'

red 12 ◦ green 216 ◦ blue 186

#0CD8BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0CD8BA

Tints of Robin's Egg Blue #0CD8BA

RGB

 RED value IS 12 (5.08% from 255) = 2.9%

 GREEN value IS 216 (84.77% from 255) = 52.17%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 2.9%
G = 52.17%
B = 44.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#0CD8BA (or 0x0CD8BA) is known color: Robin's Egg Blue. HEX triplet: 0C, D8 and BA. RGB value is (12,216,186). Sum of RGB (Red+Green+Blue) = 12+216+186=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD8BA is #F32745. Grayscale: #979797. Windows color (decimal): -15935302 or 12245004. OLE color: 12245004.

HSL color Cylindrical-coordinate representation of color #0CD8BA: hue angle of 171.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD8BA is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 216 186 -
CMYK 0.94 0 0.14 0.15
HSL 171.18º 0.89% 0.45% -
HSV(B) 171.18º 0.94% 0.85% -
XYZ 33.57 52.74 54.86 -
YUV 151.58 147.41 28.44 -
System Red Green Blue C M Y K H S L
Decimal 12 216 186 0.94 0 0.14 0.15 171.18 0.89 0.45
Hex C D8 BA 5E 0 E F AB 59 2D
Octal 14 330 272 136 0 16 17 253 131 55
Binary 1100 11011000 10111010 1011110 0 1110 1111 10101011 1011001 101101

Color Harmonies of #0CD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD8BA

Black with #0CD8BA

Text Example


Text Example

White with #0CD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,216,186); }

 H1.HeaderClassName
 {
   color: #0CD8BA;
 }
 .AnyTagClassName
 {
   color: #0CD8BA;
 }
</style>

background-color css

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

 a { background-color: rgb(12,216,186); }

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

border-color css

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

 span { border-color: rgb(12,216,186); }

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