#05C594

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

Shades of Caribbean Green #05C594

Tints of Caribbean Green #05C594

Color information

#05C594 (or 0x05C594) is unknown color: approx Caribbean Green. HEX triplet: 05, C5 and 94. RGB value is (5,197,148). Sum of RGB (Red+Green+Blue) = 5+197+148=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #05C594 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C594 is #FA3A6B. Grayscale: #868686. Windows color (decimal): -16398956 or 9749765. OLE color: 9749765.

HSL color Cylindrical-coordinate representation of color #05C594: hue angle of 164.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C594 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB5197148-
CMYK0.9700.250.23
HSL164.69º95.05%39.61%-
HSV(B)164.69º97.46%77.25%-
XYZ25.3742.134.81-
YUV134.01135.8935.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.43%
GREEN value IS 197 (77.34% from 255) = 56.29%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=1.43%
G=56.29%
B=42.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51971480.9700.250.23164.6995.0539.61
Hex5C5946101917a55f28
Octal53052241410312724513750
Binary1011100010110010100110000101100110111101001011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05C594; }

 p { color: rgb(5,197,148); }

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

<style>
 a { background-color: #05C594; }

 a { background-color: rgb(5,197,148); }

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

<style>
 span { border-color: #05C594; }

 span { border-color: rgb(5,197,148); }

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