#05CA98

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

Shades of Caribbean Green #05CA98

Tints of Caribbean Green #05CA98

Color information

#05CA98 (or 0x05CA98) is unknown color: approx Caribbean Green. HEX triplet: 05, CA and 98. RGB value is (5,202,152). Sum of RGB (Red+Green+Blue) = 5+202+152=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CA98 is #FA3567. Grayscale: #898989. Windows color (decimal): -16397672 or 10013189. OLE color: 10013189.

HSL color Cylindrical-coordinate representation of color #05CA98: hue angle of 164.77º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA98 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB5202152-
CMYK0.9800.250.21
HSL164.77º95.17%40.59%-
HSV(B)164.77º97.52%79.22%-
XYZ26.8544.5436.89-
YUV137.4136.2333.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 202 (79.30% from 255) = 56.27%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=1.39%
G=56.27%
B=42.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52021520.9800.250.21164.7795.1740.59
Hex5CA986201915a55f29
Octal53122301420312524513751
Binary1011100101010011000110001001100110101101001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,202,152); }

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

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

 a { background-color: rgb(5,202,152); }

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

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

 span { border-color: rgb(5,202,152); }

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