Html Css Color HEX #0DCCAC Caribbean Green

📋 copy color: '#0DCCAC'

red 13 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #0DCCAC

Tints of Caribbean Green #0DCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.44%

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 3.34%
G = 52.44%
B = 44.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#0DCCAC (or 0x0DCCAC) is known color: Caribbean Green. HEX triplet: 0D, CC and AC. RGB value is (13,204,172). Sum of RGB (Red+Green+Blue) = 13+204+172=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCCAC is #F23353. Grayscale: #8F8F8F. Windows color (decimal): -15872852 or 11324429. OLE color: 11324429.

HSL color Cylindrical-coordinate representation of color #0DCCAC: hue angle of 169.95º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCCAC is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 204 172 -
CMYK 0.94 0 0.16 0.2
HSL 169.95º 0.88% 0.43% -
HSV(B) 169.95º 0.94% 0.8% -
XYZ 29.21 46.25 46.42 -
YUV 143.24 144.22 35.1 -
System Red Green Blue C M Y K H S L
Decimal 13 204 172 0.94 0 0.16 0.2 169.95 0.88 0.43
Hex D CC AC 5E 0 10 14 AA 58 2B
Octal 15 314 254 136 0 20 24 252 130 53
Binary 1101 11001100 10101100 1011110 0 10000 10100 10101010 1011000 101011

Color Harmonies of #0DCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCCAC

Black with #0DCCAC

Text Example


Text Example

White with #0DCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,204,172); }

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

background-color css

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

 a { background-color: rgb(13,204,172); }

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

border-color css

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

 span { border-color: rgb(13,204,172); }

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