Html Css Color HEX #0DCC97 Caribbean Green

📋 copy color: '#0DCC97'

red 13 ◦ green 204 ◦ blue 151

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

Shades of Caribbean Green #0DCC97

Tints of Caribbean Green #0DCC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 3.53%
G = 55.43%
B = 41.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#0DCC97 (or 0x0DCC97) is known color: Caribbean Green. HEX triplet: 0D, CC and 97. RGB value is (13,204,151). Sum of RGB (Red+Green+Blue) = 13+204+151=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCC97 is #F23368. Grayscale: #8C8C8C. Windows color (decimal): -15872873 or 9948173. OLE color: 9948173.

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

Color convert

RGB 13 204 151 -
CMYK 0.94 0 0.26 0.2
HSL 163.35º 0.88% 0.43% -
HSV(B) 163.35º 0.94% 0.8% -
XYZ 27.34 45.51 36.62 -
YUV 140.85 133.72 36.81 -
System Red Green Blue C M Y K H S L
Decimal 13 204 151 0.94 0 0.26 0.2 163.35 0.88 0.43
Hex D CC 97 5E 0 1A 14 A3 58 2B
Octal 15 314 227 136 0 32 24 243 130 53
Binary 1101 11001100 10010111 1011110 0 11010 10100 10100011 1011000 101011

Color Harmonies of #0DCC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCC97

Black with #0DCC97

Text Example


Text Example

White with #0DCC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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