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

📋 copy color: '#0CD5CA'

red 12 ◦ green 213 ◦ blue 202

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

Shades of Robin's Egg Blue #0CD5CA

Tints of Robin's Egg Blue #0CD5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.88%

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 2.81%
G = 49.88%
B = 47.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#0CD5CA (or 0x0CD5CA) is known color: Robin's Egg Blue. HEX triplet: 0C, D5 and CA. RGB value is (12,213,202). Sum of RGB (Red+Green+Blue) = 12+213+202=427 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.81% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD5CA is #F32A35. Grayscale: #979797. Windows color (decimal): -15936054 or 13292812. OLE color: 13292812.

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

Color convert

RGB 12 213 202 -
CMYK 0.94 0 0.05 0.16
HSL 176.72º 0.89% 0.44% -
HSV(B) 176.72º 0.94% 0.84% -
XYZ 34.61 51.93 64.08 -
YUV 151.65 156.41 28.39 -
System Red Green Blue C M Y K H S L
Decimal 12 213 202 0.94 0 0.05 0.16 176.72 0.89 0.44
Hex C D5 CA 5E 0 5 10 B1 59 2C
Octal 14 325 312 136 0 5 20 261 131 54
Binary 1100 11010101 11001010 1011110 0 101 10000 10110001 1011001 101100

Color Harmonies of #0CD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD5CA

Black with #0CD5CA

Text Example


Text Example

White with #0CD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,202); }

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

background-color css

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

 a { background-color: rgb(12,213,202); }

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

border-color css

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

 span { border-color: rgb(12,213,202); }

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