#05B98F

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

Shades of Caribbean Green #05B98F

Tints of Caribbean Green #05B98F

Color information

#05B98F (or 0x05B98F) is unknown color: approx Caribbean Green. HEX triplet: 05, B9 and 8F. RGB value is (5,185,143). Sum of RGB (Red+Green+Blue) = 5+185+143=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 185 (72.66% from 255 or 55.56% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 185 - color contains mainly: green. Hex color #05B98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B98F is #FA4670. Grayscale: #7E7E7E. Windows color (decimal): -16402033 or 9419013. OLE color: 9419013.

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

Color convert

RGB5185143-
CMYK0.9700.230.27
HSL166º94.74%37.25%-
HSV(B)166º97.3%72.55%-
XYZ22.3736.7131.89-
YUV126.39137.3741.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.50%
GREEN value IS 185 (72.66% from 255) = 55.56%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=1.50%
G=55.56%
B=42.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51851430.9700.230.2716694.7437.25
Hex5B98F610171Ba65f25
Octal52712171410273324613745
Binary1011011100110001111110000101011111011101001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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