Html Css Color HEX #04CA8C Caribbean Green

📋 copy color: '#04CA8C'

red 4 ◦ green 202 ◦ blue 140

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

Shades of Caribbean Green #04CA8C

Tints of Caribbean Green #04CA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.38%

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 1.16%
G = 58.38%
B = 40.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#04CA8C (or 0x04CA8C) is known color: Caribbean Green. HEX triplet: 04, CA and 8C. RGB value is (4,202,140). Sum of RGB (Red+Green+Blue) = 4+202+140=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CA8C is #FB3573. Grayscale: #878787. Windows color (decimal): -16463220 or 9226756. OLE color: 9226756.

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

Color convert

RGB 4 202 140 -
CMYK 0.98 0 0.31 0.21
HSL 161.21º 0.96% 0.4% -
HSV(B) 161.21º 0.98% 0.79% -
XYZ 25.9 44.16 31.97 -
YUV 135.73 130.4 34.04 -
System Red Green Blue C M Y K H S L
Decimal 4 202 140 0.98 0 0.31 0.21 161.21 0.96 0.4
Hex 4 CA 8C 62 0 1F 15 A1 60 28
Octal 4 312 214 142 0 37 25 241 140 50
Binary 100 11001010 10001100 1100010 0 11111 10101 10100001 1100000 101000

Color Harmonies of #04CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CA8C

Black with #04CA8C

Text Example


Text Example

White with #04CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,202,140); }

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

background-color css

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

 a { background-color: rgb(4,202,140); }

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

border-color css

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

 span { border-color: rgb(4,202,140); }

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