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

📋 copy color: '#0CDDBA'

red 12 ◦ green 221 ◦ blue 186

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

Shades of Robin's Egg Blue #0CDDBA

Tints of Robin's Egg Blue #0CDDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.74%

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

R = 2.86%
G = 52.74%
B = 44.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#0CDDBA (or 0x0CDDBA) is known color: Robin's Egg Blue. HEX triplet: 0C, DD and BA. RGB value is (12,221,186). Sum of RGB (Red+Green+Blue) = 12+221+186=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDBA is #F32245. Grayscale: #9A9A9A. Windows color (decimal): -15934022 or 12246284. OLE color: 12246284.

HSL color Cylindrical-coordinate representation of color #0CDDBA: hue angle of 169.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDBA is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 186 -
CMYK 0.95 0 0.16 0.13
HSL 169.95º 0.9% 0.46% -
HSV(B) 169.95º 0.95% 0.87% -
XYZ 34.87 55.34 55.3 -
YUV 154.52 145.76 26.35 -
System Red Green Blue C M Y K H S L
Decimal 12 221 186 0.95 0 0.16 0.13 169.95 0.9 0.46
Hex C DD BA 5F 0 10 D AA 5A 2E
Octal 14 335 272 137 0 20 15 252 132 56
Binary 1100 11011101 10111010 1011111 0 10000 1101 10101010 1011010 101110

Color Harmonies of #0CDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDBA

Black with #0CDDBA

Text Example


Text Example

White with #0CDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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