#05C89B

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

Shades of Caribbean Green #05C89B

Tints of Caribbean Green #05C89B

Color information

#05C89B (or 0x05C89B) is unknown color: approx Caribbean Green. HEX triplet: 05, C8 and 9B. RGB value is (5,200,155). Sum of RGB (Red+Green+Blue) = 5+200+155=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #05C89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05C89B is #FA3764. Grayscale: #888888. Windows color (decimal): -16398181 or 10209285. OLE color: 10209285.

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

Color convert

RGB5200155-
CMYK0.9800.220.22
HSL166.15º95.12%40.2%-
HSV(B)166.15º97.5%78.43%-
XYZ26.6343.7138.04-
YUV136.56138.434.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 200 (78.52% from 255) = 55.56%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=1.39%
G=55.56%
B=43.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52001550.9800.220.22166.1595.1240.2
Hex5C89B6201616a65f28
Octal53102331420262624613750
Binary1011100100010011011110001001011010110101001101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,200,155); }

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

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

 a { background-color: rgb(5,200,155); }

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

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

 span { border-color: rgb(5,200,155); }

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