#00DD80

Color #00DD80 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #00DD80

Tints of Caribbean Green #00DD80

Color information

#00DD80 (or 0x00DD80) is unknown color: approx Caribbean Green. HEX triplet: 00, DD and 80. RGB value is (0,221,128). Sum of RGB (Red+Green+Blue) = 0+221+128=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DD80 is #FF227F. Grayscale: #909090. Windows color (decimal): -16720512 or 8445184. OLE color: 8445184.

HSL color Cylindrical-coordinate representation of color #00DD80: hue angle of 154.75º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD80 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB0221128-
CMYK100.420.13
HSL154.75º100%43.33%-
HSV(B)154.75º100%86.67%-
XYZ29.7553.2729.14-
YUV144.32118.7825.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 63.32%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=0%
G=63.32%
B=36.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0221128100.420.13154.7510043.33
Hex0DD806402AD9b642b
Octal03352001440521523314453
Binary01101110110000000110010001010101101100110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DD80; }

 p { color: rgb(0,221,128); }

 H1.HeaderClassName
 {
   color: #00DD80;
 }
 .AnyTagClassName
 {
   color: #00DD80;
 }
</style>
background-color css

<style>
 a { background-color: #00DD80; }

 a { background-color: rgb(0,221,128); }

 div.DivClassName
 {
   background-color: #00DD80;
 }
 .BgClassName
 {
   background-color: #00DD80;
 }
</style>
border-color css

<style>
 span { border-color: #00DD80; }

 span { border-color: rgb(0,221,128); }

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