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

📋 copy color: '#0CDABA'

red 12 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #0CDABA

Tints of Robin's Egg Blue #0CDABA

RGB

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

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

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

R = 2.88%
G = 52.4%
B = 44.71%

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

#0CDABA (or 0x0CDABA) is known color: Robin's Egg Blue. HEX triplet: 0C, DA and BA. RGB value is (12,218,186). Sum of RGB (Red+Green+Blue) = 12+218+186=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDABA is #F32545. Grayscale: #989898. Windows color (decimal): -15934790 or 12245516. OLE color: 12245516.

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

Color convert

RGB 12 218 186 -
CMYK 0.94 0 0.15 0.15
HSL 170.68º 0.9% 0.45% -
HSV(B) 170.68º 0.94% 0.85% -
XYZ 34.09 53.77 55.04 -
YUV 152.76 146.75 27.6 -
System Red Green Blue C M Y K H S L
Decimal 12 218 186 0.94 0 0.15 0.15 170.68 0.9 0.45
Hex C DA BA 5E 0 F F AB 5A 2D
Octal 14 332 272 136 0 17 17 253 132 55
Binary 1100 11011010 10111010 1011110 0 1111 1111 10101011 1011010 101101

Color Harmonies of #0CDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDABA

Black with #0CDABA

Text Example


Text Example

White with #0CDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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