#05C995

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

Shades of Caribbean Green #05C995

Tints of Caribbean Green #05C995

Color information

#05C995 (or 0x05C995) is unknown color: approx Caribbean Green. HEX triplet: 05, C9 and 95. RGB value is (5,201,149). Sum of RGB (Red+Green+Blue) = 5+201+149=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #05C995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C995 is #FA366A. Grayscale: #888888. Windows color (decimal): -16397931 or 9816325. OLE color: 9816325.

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

Color convert

RGB5201149-
CMYK0.9800.260.21
HSL164.08º95.15%40.39%-
HSV(B)164.08º97.51%78.82%-
XYZ26.3743.9835.53-
YUV136.47135.0734.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.41%
GREEN value IS 201 (78.91% from 255) = 56.62%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=1.41%
G=56.62%
B=41.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52011490.9800.260.21164.0895.1540.39
Hex5C9956201A15a45f28
Octal53112251420322524413750
Binary1011100100110010101110001001101010101101001001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,201,149); }

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

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

 a { background-color: rgb(5,201,149); }

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

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

 span { border-color: rgb(5,201,149); }

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