Html Css Color HEX #04C48F Caribbean Green

📋 copy color: '#04C48F'

red 4 ◦ green 196 ◦ blue 143

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

Shades of Caribbean Green #04C48F

Tints of Caribbean Green #04C48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.14%

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 1.17%
G = 57.14%
B = 41.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#04C48F (or 0x04C48F) is known color: Caribbean Green. HEX triplet: 04, C4 and 8F. RGB value is (4,196,143). Sum of RGB (Red+Green+Blue) = 4+196+143=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #04C48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C48F is #FB3B70. Grayscale: #848484. Windows color (decimal): -16464753 or 9421828. OLE color: 9421828.

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

Color convert

RGB 4 196 143 -
CMYK 0.98 0 0.27 0.23
HSL 163.44º 0.96% 0.39% -
HSV(B) 163.44º 0.98% 0.77% -
XYZ 24.75 41.49 32.69 -
YUV 132.55 133.89 36.31 -
System Red Green Blue C M Y K H S L
Decimal 4 196 143 0.98 0 0.27 0.23 163.44 0.96 0.39
Hex 4 C4 8F 62 0 1B 17 A3 60 27
Octal 4 304 217 142 0 33 27 243 140 47
Binary 100 11000100 10001111 1100010 0 11011 10111 10100011 1100000 100111

Color Harmonies of #04C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C48F

Black with #04C48F

Text Example


Text Example

White with #04C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,196,143); }

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

background-color css

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

 a { background-color: rgb(4,196,143); }

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

border-color css

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

 span { border-color: rgb(4,196,143); }

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