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

📋 copy color: '#0CDAB9'

red 12 ◦ green 218 ◦ blue 185

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

Shades of Robin's Egg Blue #0CDAB9

Tints of Robin's Egg Blue #0CDAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.53%

 BLUE value IS 185 (72.66% from 255) = 44.58%

R = 2.89%
G = 52.53%
B = 44.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#0CDAB9 (or 0x0CDAB9) is known color: Robin's Egg Blue. HEX triplet: 0C, DA and B9. RGB value is (12,218,185). Sum of RGB (Red+Green+Blue) = 12+218+185=415 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.89% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDAB9 is #F32546. Grayscale: #989898. Windows color (decimal): -15934791 or 12179980. OLE color: 12179980.

HSL color Cylindrical-coordinate representation of color #0CDAB9: hue angle of 170.39º degrees, saturation: 0.9, 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 #0CDAB9 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 218 185 -
CMYK 0.94 0 0.15 0.15
HSL 170.39º 0.9% 0.45% -
HSV(B) 170.39º 0.94% 0.85% -
XYZ 33.98 53.72 54.48 -
YUV 152.64 146.25 27.68 -
System Red Green Blue C M Y K H S L
Decimal 12 218 185 0.94 0 0.15 0.15 170.39 0.9 0.45
Hex C DA B9 5E 0 F F AA 5A 2D
Octal 14 332 271 136 0 17 17 252 132 55
Binary 1100 11011010 10111001 1011110 0 1111 1111 10101010 1011010 101101

Color Harmonies of #0CDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDAB9

Black with #0CDAB9

Text Example


Text Example

White with #0CDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,218,185); }

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

background-color css

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

 a { background-color: rgb(12,218,185); }

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

border-color css

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

 span { border-color: rgb(12,218,185); }

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