Html Css Color HEX #04DDB0 Caribbean Green

📋 copy color: '#04DDB0'

red 4 ◦ green 221 ◦ blue 176

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

Shades of Caribbean Green #04DDB0

Tints of Caribbean Green #04DDB0

RGB

 RED value IS 4 (1.95% from 255) = 1%

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

 BLUE value IS 176 (69.14% from 255) = 43.89%

R = 1%
G = 55.11%
B = 43.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#04DDB0 (or 0x04DDB0) is known color: Caribbean Green. HEX triplet: 04, DD and B0. RGB value is (4,221,176). Sum of RGB (Red+Green+Blue) = 4+221+176=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #04DDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DDB0 is #FB224F. Grayscale: #969696. Windows color (decimal): -16458320 or 11590916. OLE color: 11590916.

HSL color Cylindrical-coordinate representation of color #04DDB0: hue angle of 167.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DDB0 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 221 176 -
CMYK 0.98 0 0.20 0.13
HSL 167.56º 0.96% 0.44% -
HSV(B) 167.56º 0.98% 0.87% -
XYZ 33.74 54.87 49.89 -
YUV 150.99 142.11 23.16 -
System Red Green Blue C M Y K H S L
Decimal 4 221 176 0.98 0 0.20 0.13 167.56 0.96 0.44
Hex 4 DD B0 62 0 14 D A8 60 2C
Octal 4 335 260 142 0 24 15 250 140 54
Binary 100 11011101 10110000 1100010 0 10100 1101 10101000 1100000 101100

Color Harmonies of #04DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDB0

Black with #04DDB0

Text Example


Text Example

White with #04DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04DDB0; }

 p { color: rgb(4,221,176); }

 H1.HeaderClassName
 {
   color: #04DDB0;
 }
 .AnyTagClassName
 {
   color: #04DDB0;
 }
</style>

background-color css

<style>
 a { background-color: #04DDB0; }

 a { background-color: rgb(4,221,176); }

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

border-color css

<style>
 span { border-color: #04DDB0; }

 span { border-color: rgb(4,221,176); }

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