Html Css Color HEX #04C08D Caribbean Green

📋 copy color: '#04C08D'

red 4 ◦ green 192 ◦ blue 141

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

Shades of Caribbean Green #04C08D

Tints of Caribbean Green #04C08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 1.19%
G = 56.97%
B = 41.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#04C08D (or 0x04C08D) is known color: Caribbean Green. HEX triplet: 04, C0 and 8D. RGB value is (4,192,141). Sum of RGB (Red+Green+Blue) = 4+192+141=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #04C08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C08D is #FB3F72. Grayscale: #818181. Windows color (decimal): -16465779 or 9289732. OLE color: 9289732.

HSL color Cylindrical-coordinate representation of color #04C08D: hue angle of 163.72º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C08D is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 192 141 -
CMYK 0.98 0 0.27 0.25
HSL 163.72º 0.96% 0.38% -
HSV(B) 163.72º 0.98% 0.75% -
XYZ 23.71 39.65 31.6 -
YUV 129.97 134.22 38.15 -
System Red Green Blue C M Y K H S L
Decimal 4 192 141 0.98 0 0.27 0.25 163.72 0.96 0.38
Hex 4 C0 8D 62 0 1B 19 A4 60 26
Octal 4 300 215 142 0 33 31 244 140 46
Binary 100 11000000 10001101 1100010 0 11011 11001 10100100 1100000 100110

Color Harmonies of #04C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C08D

Black with #04C08D

Text Example


Text Example

White with #04C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,192,141); }

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

background-color css

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

 a { background-color: rgb(4,192,141); }

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

border-color css

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

 span { border-color: rgb(4,192,141); }

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