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

📋 copy color: '#0DC4BA'

red 13 ◦ green 196 ◦ blue 186

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

Shades of Robin's Egg Blue #0DC4BA

Tints of Robin's Egg Blue #0DC4BA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.62%

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

R = 3.29%
G = 49.62%
B = 47.09%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#0DC4BA (or 0x0DC4BA) is known color: Robin's Egg Blue. HEX triplet: 0D, C4 and BA. RGB value is (13,196,186). Sum of RGB (Red+Green+Blue) = 13+196+186=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC4BA is #F23B45. Grayscale: #8C8C8C. Windows color (decimal): -15874886 or 12239885. OLE color: 12239885.

HSL color Cylindrical-coordinate representation of color #0DC4BA: hue angle of 176.72º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC4BA is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 13 196 186 -
CMYK 0.93 0 0.05 0.23
HSL 176.72º 0.88% 0.41% -
HSV(B) 176.72º 0.93% 0.77% -
XYZ 28.77 43.11 53.26 -
YUV 140.14 153.87 37.31 -
System Red Green Blue C M Y K H S L
Decimal 13 196 186 0.93 0 0.05 0.23 176.72 0.88 0.41
Hex D C4 BA 5D 0 5 17 B1 58 29
Octal 15 304 272 135 0 5 27 261 130 51
Binary 1101 11000100 10111010 1011101 0 101 10111 10110001 1011000 101001

Color Harmonies of #0DC4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC4BA

Black with #0DC4BA

Text Example


Text Example

White with #0DC4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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