Html Css Color HEX #00DDAF Caribbean Green

📋 copy color: '#00DDAF'

red 0 ◦ green 221 ◦ blue 175

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

Shades of Caribbean Green #00DDAF

Tints of Caribbean Green #00DDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 0%
G = 55.81%
B = 44.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#00DDAF (or 0x00DDAF) is known color: Caribbean Green. HEX triplet: 00, DD and AF. RGB value is (0,221,175). Sum of RGB (Red+Green+Blue) = 0+221+175=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDAF is #FF2250. Grayscale: #959595. Windows color (decimal): -16720465 or 11525376. OLE color: 11525376.

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

Color convert

RGB 0 221 175 -
CMYK 1 0 0.21 0.13
HSL 167.51º 1% 0.43% -
HSV(B) 167.51º 1% 0.87% -
XYZ 33.59 54.81 49.37 -
YUV 149.68 142.28 21.24 -
System Red Green Blue C M Y K H S L
Decimal 0 221 175 1 0 0.21 0.13 167.51 1 0.43
Hex 0 DD AF 64 0 15 D A8 64 2B
Octal 0 335 257 144 0 25 15 250 144 53
Binary 0 11011101 10101111 1100100 0 10101 1101 10101000 1100100 101011

Color Harmonies of #00DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDAF

Black with #00DDAF

Text Example


Text Example

White with #00DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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