Html Css Color HEX #0DC7AA Caribbean Green

📋 copy color: '#0DC7AA'

red 13 ◦ green 199 ◦ blue 170

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

Shades of Caribbean Green #0DC7AA

Tints of Caribbean Green #0DC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.09%

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

R = 3.4%
G = 52.09%
B = 44.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#0DC7AA (or 0x0DC7AA) is known color: Caribbean Green. HEX triplet: 0D, C7 and AA. RGB value is (13,199,170). Sum of RGB (Red+Green+Blue) = 13+199+170=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 199 (78.12% from 255 or 52.09% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC7AA is #F23855. Grayscale: #8C8C8C. Windows color (decimal): -15874134 or 11192077. OLE color: 11192077.

HSL color Cylindrical-coordinate representation of color #0DC7AA: hue angle of 170.65º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC7AA is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 199 170 -
CMYK 0.93 0 0.15 0.22
HSL 170.65º 0.88% 0.42% -
HSV(B) 170.65º 0.93% 0.78% -
XYZ 27.85 43.83 45.02 -
YUV 140.08 144.88 37.36 -
System Red Green Blue C M Y K H S L
Decimal 13 199 170 0.93 0 0.15 0.22 170.65 0.88 0.42
Hex D C7 AA 5D 0 F 16 AB 58 2A
Octal 15 307 252 135 0 17 26 253 130 52
Binary 1101 11000111 10101010 1011101 0 1111 10110 10101011 1011000 101010

Color Harmonies of #0DC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC7AA

Black with #0DC7AA

Text Example


Text Example

White with #0DC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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