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

📋 copy color: '#0CD2BB'

red 12 ◦ green 210 ◦ blue 187

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

Shades of Robin's Egg Blue #0CD2BB

Tints of Robin's Egg Blue #0CD2BB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.34%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 2.93%
G = 51.34%
B = 45.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#0CD2BB (or 0x0CD2BB) is known color: Robin's Egg Blue. HEX triplet: 0C, D2 and BB. RGB value is (12,210,187). Sum of RGB (Red+Green+Blue) = 12+210+187=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD2BB is #F32D44. Grayscale: #949494. Windows color (decimal): -15936837 or 12309004. OLE color: 12309004.

HSL color Cylindrical-coordinate representation of color #0CD2BB: hue angle of 173.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD2BB is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 210 187 -
CMYK 0.94 0 0.11 0.18
HSL 173.03º 0.89% 0.44% -
HSV(B) 173.03º 0.94% 0.82% -
XYZ 32.17 49.76 54.92 -
YUV 148.18 149.9 30.87 -
System Red Green Blue C M Y K H S L
Decimal 12 210 187 0.94 0 0.11 0.18 173.03 0.89 0.44
Hex C D2 BB 5E 0 B 12 AD 59 2C
Octal 14 322 273 136 0 13 22 255 131 54
Binary 1100 11010010 10111011 1011110 0 1011 10010 10101101 1011001 101100

Color Harmonies of #0CD2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD2BB

Black with #0CD2BB

Text Example


Text Example

White with #0CD2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,210,187); }

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

background-color css

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

 a { background-color: rgb(12,210,187); }

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

border-color css

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

 span { border-color: rgb(12,210,187); }

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