Html Css Color HEX #04B994 Caribbean Green

📋 copy color: '#04B994'

red 4 ◦ green 185 ◦ blue 148

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

Shades of Caribbean Green #04B994

Tints of Caribbean Green #04B994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.9%

 BLUE value IS 148 (58.2% from 255) = 43.92%

R = 1.19%
G = 54.9%
B = 43.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#04B994 (or 0x04B994) is known color: Caribbean Green. HEX triplet: 04, B9 and 94. RGB value is (4,185,148). Sum of RGB (Red+Green+Blue) = 4+185+148=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #04B994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B994 is #FB466B. Grayscale: #7E7E7E. Windows color (decimal): -16467564 or 9746692. OLE color: 9746692.

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

Color convert

RGB 4 185 148 -
CMYK 0.98 0 0.20 0.27
HSL 167.73º 0.96% 0.37% -
HSV(B) 167.73º 0.98% 0.73% -
XYZ 22.74 36.86 33.93 -
YUV 126.66 140.03 40.51 -
System Red Green Blue C M Y K H S L
Decimal 4 185 148 0.98 0 0.20 0.27 167.73 0.96 0.37
Hex 4 B9 94 62 0 14 1B A8 60 25
Octal 4 271 224 142 0 24 33 250 140 45
Binary 100 10111001 10010100 1100010 0 10100 11011 10101000 1100000 100101

Color Harmonies of #04B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B994

Black with #04B994

Text Example


Text Example

White with #04B994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,185,148); }

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

background-color css

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

 a { background-color: rgb(4,185,148); }

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

border-color css

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

 span { border-color: rgb(4,185,148); }

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