Html Css Color HEX #00DDB2 Caribbean Green

📋 copy color: '#00DDB2'

red 0 ◦ green 221 ◦ blue 178

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

Shades of Caribbean Green #00DDB2

Tints of Caribbean Green #00DDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.61%

R = 0%
G = 55.39%
B = 44.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#00DDB2 (or 0x00DDB2) is known color: Caribbean Green. HEX triplet: 00, DD and B2. RGB value is (0,221,178). Sum of RGB (Red+Green+Blue) = 0+221+178=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DDB2 is #FF224D. Grayscale: #959595. Windows color (decimal): -16720462 or 11721984. OLE color: 11721984.

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

Color convert

RGB 0 221 178 -
CMYK 1 0 0.19 0.13
HSL 168.33º 1% 0.43% -
HSV(B) 168.33º 1% 0.87% -
XYZ 33.89 54.93 50.94 -
YUV 150.02 143.78 21 -
System Red Green Blue C M Y K H S L
Decimal 0 221 178 1 0 0.19 0.13 168.33 1 0.43
Hex 0 DD B2 64 0 13 D A8 64 2B
Octal 0 335 262 144 0 23 15 250 144 53
Binary 0 11011101 10110010 1100100 0 10011 1101 10101000 1100100 101011

Color Harmonies of #00DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDB2

Black with #00DDB2

Text Example


Text Example

White with #00DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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