Html Css Color HEX #04C38D Caribbean Green

📋 copy color: '#04C38D'

red 4 ◦ green 195 ◦ blue 141

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

Shades of Caribbean Green #04C38D

Tints of Caribbean Green #04C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

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

R = 1.18%
G = 57.35%
B = 41.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#04C38D (or 0x04C38D) is known color: Caribbean Green. HEX triplet: 04, C3 and 8D. RGB value is (4,195,141). Sum of RGB (Red+Green+Blue) = 4+195+141=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #04C38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C38D is #FB3C72. Grayscale: #838383. Windows color (decimal): -16465011 or 9290500. OLE color: 9290500.

HSL color Cylindrical-coordinate representation of color #04C38D: hue angle of 163.04º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C38D is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 195 141 -
CMYK 0.98 0 0.28 0.24
HSL 163.04º 0.96% 0.39% -
HSV(B) 163.04º 0.98% 0.76% -
XYZ 24.37 40.98 31.82 -
YUV 131.74 133.22 36.89 -
System Red Green Blue C M Y K H S L
Decimal 4 195 141 0.98 0 0.28 0.24 163.04 0.96 0.39
Hex 4 C3 8D 62 0 1C 18 A3 60 27
Octal 4 303 215 142 0 34 30 243 140 47
Binary 100 11000011 10001101 1100010 0 11100 11000 10100011 1100000 100111

Color Harmonies of #04C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C38D

Black with #04C38D

Text Example


Text Example

White with #04C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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