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

📋 copy color: '#0CD7BA'

red 12 ◦ green 215 ◦ blue 186

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

Shades of Robin's Egg Blue #0CD7BA

Tints of Robin's Egg Blue #0CD7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.06%

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

R = 2.91%
G = 52.06%
B = 45.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#0CD7BA (or 0x0CD7BA) is known color: Robin's Egg Blue. HEX triplet: 0C, D7 and BA. RGB value is (12,215,186). Sum of RGB (Red+Green+Blue) = 12+215+186=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD7BA is #F32845. Grayscale: #969696. Windows color (decimal): -15935558 or 12244748. OLE color: 12244748.

HSL color Cylindrical-coordinate representation of color #0CD7BA: hue angle of 171.43º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD7BA is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 215 186 -
CMYK 0.94 0 0.13 0.16
HSL 171.43º 0.89% 0.45% -
HSV(B) 171.43º 0.94% 0.84% -
XYZ 33.31 52.22 54.78 -
YUV 151 147.75 28.86 -
System Red Green Blue C M Y K H S L
Decimal 12 215 186 0.94 0 0.13 0.16 171.43 0.89 0.45
Hex C D7 BA 5E 0 D 10 AB 59 2D
Octal 14 327 272 136 0 15 20 253 131 55
Binary 1100 11010111 10111010 1011110 0 1101 10000 10101011 1011001 101101

Color Harmonies of #0CD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD7BA

Black with #0CD7BA

Text Example


Text Example

White with #0CD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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