Html Css Color HEX #11BA9A Caribbean Green

📋 copy color: '#11BA9A'

red 17 ◦ green 186 ◦ blue 154

#11BA9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #11BA9A

Tints of Caribbean Green #11BA9A

RGB

 RED value IS 17 (7.03% from 255) = 4.76%

 GREEN value IS 186 (73.05% from 255) = 52.1%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 4.76%
G = 52.1%
B = 43.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#11BA9A (or 0x11BA9A) is known color: Caribbean Green. HEX triplet: 11, BA and 9A. RGB value is (17,186,154). Sum of RGB (Red+Green+Blue) = 17+186+154=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BA9A is #EE4565. Grayscale: #838383. Windows color (decimal): -15615334 or 10140177. OLE color: 10140177.

HSL color Cylindrical-coordinate representation of color #11BA9A: hue angle of 168.64º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA9A is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 154 -
CMYK 0.91 0 0.17 0.27
HSL 168.64º 0.83% 0.4% -
HSV(B) 168.64º 0.91% 0.73% -
XYZ 23.62 37.57 36.58 -
YUV 131.82 140.51 46.1 -
System Red Green Blue C M Y K H S L
Decimal 17 186 154 0.91 0 0.17 0.27 168.64 0.83 0.4
Hex 11 BA 9A 5B 0 11 1B A9 53 28
Octal 21 272 232 133 0 21 33 251 123 50
Binary 10001 10111010 10011010 1011011 0 10001 11011 10101001 1010011 101000

Color Harmonies of #11BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA9A

Black with #11BA9A

Text Example


Text Example

White with #11BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,186,154); }

 H1.HeaderClassName
 {
   color: #11BA9A;
 }
 .AnyTagClassName
 {
   color: #11BA9A;
 }
</style>

background-color css

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

 a { background-color: rgb(17,186,154); }

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

border-color css

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

 span { border-color: rgb(17,186,154); }

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