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

📋 copy color: '#0CDBBA'

red 12 ◦ green 219 ◦ blue 186

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

Shades of Robin's Egg Blue #0CDBBA

Tints of Robin's Egg Blue #0CDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.52%

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

R = 2.88%
G = 52.52%
B = 44.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#0CDBBA (or 0x0CDBBA) is known color: Robin's Egg Blue. HEX triplet: 0C, DB and BA. RGB value is (12,219,186). Sum of RGB (Red+Green+Blue) = 12+219+186=417 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDBBA is #F32445. Grayscale: #999999. Windows color (decimal): -15934534 or 12245772. OLE color: 12245772.

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

Color convert

RGB 12 219 186 -
CMYK 0.95 0 0.15 0.14
HSL 170.43º 0.9% 0.45% -
HSV(B) 170.43º 0.95% 0.86% -
XYZ 34.35 54.29 55.12 -
YUV 153.35 146.42 27.18 -
System Red Green Blue C M Y K H S L
Decimal 12 219 186 0.95 0 0.15 0.14 170.43 0.9 0.45
Hex C DB BA 5F 0 F E AA 5A 2D
Octal 14 333 272 137 0 17 16 252 132 55
Binary 1100 11011011 10111010 1011111 0 1111 1110 10101010 1011010 101101

Color Harmonies of #0CDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBBA

Black with #0CDBBA

Text Example


Text Example

White with #0CDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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