#11BF9B

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

Shades of Caribbean Green #11BF9B

Tints of Caribbean Green #11BF9B

Color information

#11BF9B (or 0x11BF9B) is unknown color: approx Caribbean Green. HEX triplet: 11, BF and 9B. RGB value is (17,191,155). Sum of RGB (Red+Green+Blue) = 17+191+155=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BF9B is #EE4064. Grayscale: #868686. Windows color (decimal): -15614053 or 10206993. OLE color: 10206993.

HSL color Cylindrical-coordinate representation of color #11BF9B: hue angle of 167.59º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BF9B is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB17191155-
CMYK0.9100.190.25
HSL167.59º83.65%40.78%-
HSV(B)167.59º91.1%74.9%-
XYZ24.7839.7537.38-
YUV134.87139.3543.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.68%
GREEN value IS 191 (75% from 255) = 52.62%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=4.68%
G=52.62%
B=42.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171911550.9100.190.25167.5983.6540.78
Hex11BF9B5B01319a85429
Octal212772331330233125012451
Binary100011011111110011011101101101001111001101010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11BF9B; }

 p { color: rgb(17,191,155); }

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

<style>
 a { background-color: #11BF9B; }

 a { background-color: rgb(17,191,155); }

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

<style>
 span { border-color: #11BF9B; }

 span { border-color: rgb(17,191,155); }

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