Html Css Color HEX #00DDA3 Caribbean Green

📋 copy color: '#00DDA3'

red 0 ◦ green 221 ◦ blue 163

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

Shades of Caribbean Green #00DDA3

Tints of Caribbean Green #00DDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.45%

R = 0%
G = 57.55%
B = 42.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#00DDA3 (or 0x00DDA3) is known color: Caribbean Green. HEX triplet: 00, DD and A3. RGB value is (0,221,163). Sum of RGB (Red+Green+Blue) = 0+221+163=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDA3 is #FF225C. Grayscale: #949494. Windows color (decimal): -16720477 or 10738944. OLE color: 10738944.

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

Color convert

RGB 0 221 163 -
CMYK 1 0 0.26 0.13
HSL 164.25º 1% 0.43% -
HSV(B) 164.25º 1% 0.87% -
XYZ 32.47 54.36 43.43 -
YUV 148.31 136.28 22.22 -
System Red Green Blue C M Y K H S L
Decimal 0 221 163 1 0 0.26 0.13 164.25 1 0.43
Hex 0 DD A3 64 0 1A D A4 64 2B
Octal 0 335 243 144 0 32 15 244 144 53
Binary 0 11011101 10100011 1100100 0 11010 1101 10100100 1100100 101011

Color Harmonies of #00DDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDA3

Black with #00DDA3

Text Example


Text Example

White with #00DDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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