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

📋 copy color: '#0DCAC4'

red 13 ◦ green 202 ◦ blue 196

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

Shades of Robin's Egg Blue #0DCAC4

Tints of Robin's Egg Blue #0DCAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.69%

R = 3.16%
G = 49.15%
B = 47.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#0DCAC4 (or 0x0DCAC4) is known color: Robin's Egg Blue. HEX triplet: 0D, CA and C4. RGB value is (13,202,196). Sum of RGB (Red+Green+Blue) = 13+202+196=411 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCAC4 is #F2353B. Grayscale: #909090. Windows color (decimal): -15873340 or 12896781. OLE color: 12896781.

HSL color Cylindrical-coordinate representation of color #0DCAC4: hue angle of 178.1º 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 #0DCAC4 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 202 196 -
CMYK 0.94 0 0.03 0.21
HSL 178.1º 0.88% 0.42% -
HSV(B) 178.1º 0.94% 0.79% -
XYZ 31.25 46.31 59.52 -
YUV 144.81 156.88 33.99 -
System Red Green Blue C M Y K H S L
Decimal 13 202 196 0.94 0 0.03 0.21 178.1 0.88 0.42
Hex D CA C4 5E 0 3 15 B2 58 2A
Octal 15 312 304 136 0 3 25 262 130 52
Binary 1101 11001010 11000100 1011110 0 11 10101 10110010 1011000 101010

Color Harmonies of #0DCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCAC4

Black with #0DCAC4

Text Example


Text Example

White with #0DCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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