Html Css Color HEX #00DDB3 Caribbean Green

📋 copy color: '#00DDB3'

red 0 ◦ green 221 ◦ blue 179

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

Shades of Caribbean Green #00DDB3

Tints of Caribbean Green #00DDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 0%
G = 55.25%
B = 44.75%

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

#00DDB3 (or 0x00DDB3) is known color: Caribbean Green. HEX triplet: 00, DD and B3. RGB value is (0,221,179). Sum of RGB (Red+Green+Blue) = 0+221+179=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDB3 is #FF224C. Grayscale: #969696. Windows color (decimal): -16720461 or 11787520. OLE color: 11787520.

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

Color convert

RGB 0 221 179 -
CMYK 1 0 0.19 0.13
HSL 168.6º 1% 0.43% -
HSV(B) 168.6º 1% 0.87% -
XYZ 33.99 54.97 51.47 -
YUV 150.13 144.28 20.92 -
System Red Green Blue C M Y K H S L
Decimal 0 221 179 1 0 0.19 0.13 168.6 1 0.43
Hex 0 DD B3 64 0 13 D A9 64 2B
Octal 0 335 263 144 0 23 15 251 144 53
Binary 0 11011101 10110011 1100100 0 10011 1101 10101001 1100100 101011

Color Harmonies of #00DDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDB3

Black with #00DDB3

Text Example


Text Example

White with #00DDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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