#04B98D

Color #04B98D Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #04B98D

Tints of Caribbean Green #04B98D

Color information

#04B98D (or 0x04B98D) is unknown color: approx Caribbean Green. HEX triplet: 04, B9 and 8D. RGB value is (4,185,141). Sum of RGB (Red+Green+Blue) = 4+185+141=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #04B98D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B98D is #FB4672. Grayscale: #7D7D7D. Windows color (decimal): -16467571 or 9287940. OLE color: 9287940.

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

Color convert

RGB4185141-
CMYK0.9800.240.27
HSL165.41º95.77%37.06%-
HSV(B)165.41º97.84%72.55%-
XYZ22.2136.6531.1-
YUV125.86136.5341.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 185 (72.66% from 255) = 56.06%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=1.21%
G=56.06%
B=42.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41851410.9800.240.27165.4195.7737.06
Hex4B98D620181Ba56025
Octal42712151420303324514045
Binary1001011100110001101110001001100011011101001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04B98D;
 }
 .AnyTagClassName
 {
   color: #04B98D;
 }
</style>
background-color css

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

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

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

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

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

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