Html Css Color HEX #11BF9A Caribbean Green

📋 copy color: '#11BF9A'

red 17 ◦ green 191 ◦ blue 154

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

Shades of Caribbean Green #11BF9A

Tints of Caribbean Green #11BF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 52.76%

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

R = 4.7%
G = 52.76%
B = 42.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#11BF9A (or 0x11BF9A) is known color: Caribbean Green. HEX triplet: 11, BF and 9A. RGB value is (17,191,154). Sum of RGB (Red+Green+Blue) = 17+191+154=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BF9A is #EE4065. Grayscale: #868686. Windows color (decimal): -15614054 or 10141457. OLE color: 10141457.

HSL color Cylindrical-coordinate representation of color #11BF9A: hue angle of 167.24º 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 #11BF9A is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 154 -
CMYK 0.91 0 0.19 0.25
HSL 167.24º 0.84% 0.41% -
HSV(B) 167.24º 0.91% 0.75% -
XYZ 24.69 39.71 36.94 -
YUV 134.76 138.85 44.01 -
System Red Green Blue C M Y K H S L
Decimal 17 191 154 0.91 0 0.19 0.25 167.24 0.84 0.41
Hex 11 BF 9A 5B 0 13 19 A7 54 29
Octal 21 277 232 133 0 23 31 247 124 51
Binary 10001 10111111 10011010 1011011 0 10011 11001 10100111 1010100 101001

Color Harmonies of #11BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BF9A

Black with #11BF9A

Text Example


Text Example

White with #11BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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