Html Css Color HEX #0DC9A1 Caribbean Green

📋 copy color: '#0DC9A1'

red 13 ◦ green 201 ◦ blue 161

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

Shades of Caribbean Green #0DC9A1

Tints of Caribbean Green #0DC9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.93%

R = 3.47%
G = 53.6%
B = 42.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#0DC9A1 (or 0x0DC9A1) is known color: Caribbean Green. HEX triplet: 0D, C9 and A1. RGB value is (13,201,161). Sum of RGB (Red+Green+Blue) = 13+201+161=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC9A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC9A1 is #F2365E. Grayscale: #8C8C8C. Windows color (decimal): -15873631 or 10602765. OLE color: 10602765.

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

Color convert

RGB 13 201 161 -
CMYK 0.94 0 0.20 0.21
HSL 167.23º 0.88% 0.42% -
HSV(B) 167.23º 0.94% 0.79% -
XYZ 27.49 44.43 40.85 -
YUV 140.23 139.72 37.25 -
System Red Green Blue C M Y K H S L
Decimal 13 201 161 0.94 0 0.20 0.21 167.23 0.88 0.42
Hex D C9 A1 5E 0 14 15 A7 58 2A
Octal 15 311 241 136 0 24 25 247 130 52
Binary 1101 11001001 10100001 1011110 0 10100 10101 10100111 1011000 101010

Color Harmonies of #0DC9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC9A1

Black with #0DC9A1

Text Example


Text Example

White with #0DC9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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