#05BCA6

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

Shades of Caribbean Green #05BCA6

Tints of Caribbean Green #05BCA6

Color information

#05BCA6 (or 0x05BCA6) is unknown color: approx Caribbean Green. HEX triplet: 05, BC and A6. RGB value is (5,188,166). Sum of RGB (Red+Green+Blue) = 5+188+166=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #05BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BCA6 is #FA4359. Grayscale: #828282. Windows color (decimal): -16401242 or 10927109. OLE color: 10927109.

HSL color Cylindrical-coordinate representation of color #05BCA6: hue angle of 172.79º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BCA6 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB5188166-
CMYK0.9700.120.26
HSL172.79º94.82%37.84%-
HSV(B)172.79º97.34%73.73%-
XYZ24.9338.7542.24-
YUV130.78147.8738.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 188 (73.83% from 255) = 52.37%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=1.39%
G=52.37%
B=46.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51881660.9700.120.26172.7994.8237.84
Hex5BCA6610C1Aad5f26
Octal52742461410143225513746
Binary101101111001010011011000010110011010101011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,188,166); }

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

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

 a { background-color: rgb(5,188,166); }

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

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

 span { border-color: rgb(5,188,166); }

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