Html Css Color HEX #04CCA1 Caribbean Green

📋 copy color: '#04CCA1'

red 4 ◦ green 204 ◦ blue 161

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

Shades of Caribbean Green #04CCA1

Tints of Caribbean Green #04CCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.28%

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 1.08%
G = 55.28%
B = 43.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#04CCA1 (or 0x04CCA1) is known color: Caribbean Green. HEX triplet: 04, CC and A1. RGB value is (4,204,161). Sum of RGB (Red+Green+Blue) = 4+204+161=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #04CCA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CCA1 is #FB335E. Grayscale: #8B8B8B. Windows color (decimal): -16462687 or 10603524. OLE color: 10603524.

HSL color Cylindrical-coordinate representation of color #04CCA1: hue angle of 167.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCA1 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 204 161 -
CMYK 0.98 0 0.21 0.2
HSL 167.1º 0.96% 0.41% -
HSV(B) 167.1º 0.98% 0.8% -
XYZ 28.08 45.78 41.08 -
YUV 139.3 140.24 31.5 -
System Red Green Blue C M Y K H S L
Decimal 4 204 161 0.98 0 0.21 0.2 167.1 0.96 0.41
Hex 4 CC A1 62 0 15 14 A7 60 29
Octal 4 314 241 142 0 25 24 247 140 51
Binary 100 11001100 10100001 1100010 0 10101 10100 10100111 1100000 101001

Color Harmonies of #04CCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CCA1

Black with #04CCA1

Text Example


Text Example

White with #04CCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,161); }

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

background-color css

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

 a { background-color: rgb(4,204,161); }

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

border-color css

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

 span { border-color: rgb(4,204,161); }

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