Html Css Color HEX #00DDA6 Caribbean Green

📋 copy color: '#00DDA6'

red 0 ◦ green 221 ◦ blue 166

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

Shades of Caribbean Green #00DDA6

Tints of Caribbean Green #00DDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.89%

R = 0%
G = 57.11%
B = 42.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#00DDA6 (or 0x00DDA6) is known color: Caribbean Green. HEX triplet: 00, DD and A6. RGB value is (0,221,166). Sum of RGB (Red+Green+Blue) = 0+221+166=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDA6 is #FF2259. Grayscale: #949494. Windows color (decimal): -16720474 or 10935552. OLE color: 10935552.

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

Color convert

RGB 0 221 166 -
CMYK 1 0 0.25 0.13
HSL 165.07º 1% 0.43% -
HSV(B) 165.07º 1% 0.87% -
XYZ 32.74 54.47 44.86 -
YUV 148.65 137.78 21.97 -
System Red Green Blue C M Y K H S L
Decimal 0 221 166 1 0 0.25 0.13 165.07 1 0.43
Hex 0 DD A6 64 0 19 D A5 64 2B
Octal 0 335 246 144 0 31 15 245 144 53
Binary 0 11011101 10100110 1100100 0 11001 1101 10100101 1100100 101011

Color Harmonies of #00DDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDA6

Black with #00DDA6

Text Example


Text Example

White with #00DDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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