#04D5A3

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

Shades of Caribbean Green #04D5A3

Tints of Caribbean Green #04D5A3

Color information

#04D5A3 (or 0x04D5A3) is unknown color: approx Caribbean Green. HEX triplet: 04, D5 and A3. RGB value is (4,213,163). Sum of RGB (Red+Green+Blue) = 4+213+163=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 213 (83.59% from 255 or 56.05% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 213 - color contains mainly: green. Hex color #04D5A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04D5A3 is #FB2A5C. Grayscale: #909090. Windows color (decimal): -16460381 or 10736900. OLE color: 10736900.

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

Color convert

RGB4213163-
CMYK0.9800.230.16
HSL165.65º96.31%42.55%-
HSV(B)165.65º98.12%83.53%-
XYZ30.4650.2642.75-
YUV144.81138.2627.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.05%
GREEN value IS 213 (83.59% from 255) = 56.05%
BLUE value IS 163 (64.06% from 255) = 42.89%
R=1.05%
G=56.05%
B=42.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal42131630.9800.230.16165.6596.3142.55
Hex4D5A36201710a6602b
Octal43252431420272024614053
Binary1001101010110100011110001001011110000101001101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,213,163); }

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

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

 a { background-color: rgb(4,213,163); }

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

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

 span { border-color: rgb(4,213,163); }

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