Html Css Color HEX #04C49A Caribbean Green

📋 copy color: '#04C49A'

red 4 ◦ green 196 ◦ blue 154

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

Shades of Caribbean Green #04C49A

Tints of Caribbean Green #04C49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 1.13%
G = 55.37%
B = 43.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#04C49A (or 0x04C49A) is known color: Caribbean Green. HEX triplet: 04, C4 and 9A. RGB value is (4,196,154). Sum of RGB (Red+Green+Blue) = 4+196+154=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #04C49A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C49A is #FB3B65. Grayscale: #858585. Windows color (decimal): -16464742 or 10142724. OLE color: 10142724.

HSL color Cylindrical-coordinate representation of color #04C49A: hue angle of 166.88º 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 #04C49A is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 4 196 154 -
CMYK 0.98 0 0.21 0.23
HSL 166.88º 0.96% 0.39% -
HSV(B) 166.88º 0.98% 0.77% -
XYZ 25.62 41.84 37.3 -
YUV 133.8 139.39 35.42 -
System Red Green Blue C M Y K H S L
Decimal 4 196 154 0.98 0 0.21 0.23 166.88 0.96 0.39
Hex 4 C4 9A 62 0 15 17 A7 60 27
Octal 4 304 232 142 0 25 27 247 140 47
Binary 100 11000100 10011010 1100010 0 10101 10111 10100111 1100000 100111

Color Harmonies of #04C49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C49A

Black with #04C49A

Text Example


Text Example

White with #04C49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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