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

📋 copy color: '#0DCAC2'

red 13 ◦ green 202 ◦ blue 194

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

Shades of Robin's Egg Blue #0DCAC2

Tints of Robin's Egg Blue #0DCAC2

RGB

 RED value IS 13 (5.47% from 255) = 3.18%

 GREEN value IS 202 (79.3% from 255) = 49.39%

 BLUE value IS 194 (76.17% from 255) = 47.43%

R = 3.18%
G = 49.39%
B = 47.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#0DCAC2 (or 0x0DCAC2) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and C2. RGB value is (13,202,194). Sum of RGB (Red+Green+Blue) = 13+202+194=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCAC2 is #F2353D. Grayscale: #909090. Windows color (decimal): -15873342 or 12765709. OLE color: 12765709.

HSL color Cylindrical-coordinate representation of color #0DCAC2: hue angle of 177.46º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCAC2 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 202 194 -
CMYK 0.94 0 0.04 0.21
HSL 177.46º 0.88% 0.42% -
HSV(B) 177.46º 0.94% 0.79% -
XYZ 31.02 46.22 58.33 -
YUV 144.58 155.88 34.15 -
System Red Green Blue C M Y K H S L
Decimal 13 202 194 0.94 0 0.04 0.21 177.46 0.88 0.42
Hex D CA C2 5E 0 4 15 B1 58 2A
Octal 15 312 302 136 0 4 25 261 130 52
Binary 1101 11001010 11000010 1011110 0 100 10101 10110001 1011000 101010

Color Harmonies of #0DCAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCAC2

Black with #0DCAC2

Text Example


Text Example

White with #0DCAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,202,194); }

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

background-color css

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

 a { background-color: rgb(13,202,194); }

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

border-color css

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

 span { border-color: rgb(13,202,194); }

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