#05D88F

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

Shades of Caribbean Green #05D88F

Tints of Caribbean Green #05D88F

Color information

#05D88F (or 0x05D88F) is unknown color: approx Caribbean Green. HEX triplet: 05, D8 and 8F. RGB value is (5,216,143). Sum of RGB (Red+Green+Blue) = 5+216+143=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #05D88F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D88F is #FA2770. Grayscale: #909090. Windows color (decimal): -16394097 or 9426949. OLE color: 9426949.

HSL color Cylindrical-coordinate representation of color #05D88F: hue angle of 159.24º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D88F is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB5216143-
CMYK0.9800.340.15
HSL159.24º95.48%43.33%-
HSV(B)159.24º97.69%84.71%-
XYZ29.5851.1334.3-
YUV144.59127.128.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 216 (84.77% from 255) = 59.34%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=1.37%
G=59.34%
B=39.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52161430.9800.340.15159.2495.4843.33
Hex5D88F62022F9f5f2b
Octal53302171420421723713753
Binary1011101100010001111110001001000101111100111111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,216,143); }

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

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

 a { background-color: rgb(5,216,143); }

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

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

 span { border-color: rgb(5,216,143); }

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