Html Css Color HEX #04DEAF Caribbean Green

📋 copy color: '#04DEAF'

red 4 ◦ green 222 ◦ blue 175

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

Shades of Caribbean Green #04DEAF

Tints of Caribbean Green #04DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.36%

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 1%
G = 55.36%
B = 43.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#04DEAF (or 0x04DEAF) is known color: Caribbean Green. HEX triplet: 04, DE and AF. RGB value is (4,222,175). Sum of RGB (Red+Green+Blue) = 4+222+175=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #04DEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04DEAF is #FB2150. Grayscale: #979797. Windows color (decimal): -16458065 or 11525636. OLE color: 11525636.

HSL color Cylindrical-coordinate representation of color #04DEAF: hue angle of 167.06º 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 #04DEAF is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 222 175 -
CMYK 0.98 0 0.21 0.13
HSL 167.06º 0.96% 0.44% -
HSV(B) 167.06º 0.98% 0.87% -
XYZ 33.91 55.36 49.46 -
YUV 151.46 141.28 22.82 -
System Red Green Blue C M Y K H S L
Decimal 4 222 175 0.98 0 0.21 0.13 167.06 0.96 0.44
Hex 4 DE AF 62 0 15 D A7 60 2C
Octal 4 336 257 142 0 25 15 247 140 54
Binary 100 11011110 10101111 1100010 0 10101 1101 10100111 1100000 101100

Color Harmonies of #04DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DEAF

Black with #04DEAF

Text Example


Text Example

White with #04DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,222,175); }

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

background-color css

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

 a { background-color: rgb(4,222,175); }

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

border-color css

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

 span { border-color: rgb(4,222,175); }

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