Html Css Color HEX #0DC9AA Caribbean Green

📋 copy color: '#0DC9AA'

red 13 ◦ green 201 ◦ blue 170

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

Shades of Caribbean Green #0DC9AA

Tints of Caribbean Green #0DC9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.34%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 3.39%
G = 52.34%
B = 44.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#0DC9AA (or 0x0DC9AA) is known color: Caribbean Green. HEX triplet: 0D, C9 and AA. RGB value is (13,201,170). Sum of RGB (Red+Green+Blue) = 13+201+170=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC9AA is #F23655. Grayscale: #8D8D8D. Windows color (decimal): -15873622 or 11192589. OLE color: 11192589.

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

Color convert

RGB 13 201 170 -
CMYK 0.94 0 0.15 0.21
HSL 170.11º 0.88% 0.42% -
HSV(B) 170.11º 0.94% 0.79% -
XYZ 28.31 44.76 45.18 -
YUV 141.25 144.22 36.52 -
System Red Green Blue C M Y K H S L
Decimal 13 201 170 0.94 0 0.15 0.21 170.11 0.88 0.42
Hex D C9 AA 5E 0 F 15 AA 58 2A
Octal 15 311 252 136 0 17 25 252 130 52
Binary 1101 11001001 10101010 1011110 0 1111 10101 10101010 1011000 101010

Color Harmonies of #0DC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC9AA

Black with #0DC9AA

Text Example


Text Example

White with #0DC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,201,170); }

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

background-color css

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

 a { background-color: rgb(13,201,170); }

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

border-color css

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

 span { border-color: rgb(13,201,170); }

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