Html Css Color HEX #00DDAA Caribbean Green

📋 copy color: '#00DDAA'

red 0 ◦ green 221 ◦ blue 170

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

Shades of Caribbean Green #00DDAA

Tints of Caribbean Green #00DDAA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 221 (86.72% from 255) = 56.52%

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

R = 0%
G = 56.52%
B = 43.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#00DDAA (or 0x00DDAA) is known color: Caribbean Green. HEX triplet: 00, DD and AA. RGB value is (0,221,170). Sum of RGB (Red+Green+Blue) = 0+221+170=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDAA is #FF2255. Grayscale: #959595. Windows color (decimal): -16720470 or 11197696. OLE color: 11197696.

HSL color Cylindrical-coordinate representation of color #00DDAA: hue angle of 166.15º 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 #00DDAA is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 221 170 -
CMYK 1 0 0.23 0.13
HSL 166.15º 1% 0.43% -
HSV(B) 166.15º 1% 0.87% -
XYZ 33.11 54.62 46.83 -
YUV 149.11 139.78 21.65 -
System Red Green Blue C M Y K H S L
Decimal 0 221 170 1 0 0.23 0.13 166.15 1 0.43
Hex 0 DD AA 64 0 17 D A6 64 2B
Octal 0 335 252 144 0 27 15 246 144 53
Binary 0 11011101 10101010 1100100 0 10111 1101 10100110 1100100 101011

Color Harmonies of #00DDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDAA

Black with #00DDAA

Text Example


Text Example

White with #00DDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DDAA;
 }
 .AnyTagClassName
 {
   color: #00DDAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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