Html Css Color HEX #11BCAF Light Sea Green

📋 copy color: '#11BCAF'

red 17 ◦ green 188 ◦ blue 175

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

Shades of Light Sea Green #11BCAF

Tints of Light Sea Green #11BCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.47%

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 4.47%
G = 49.47%
B = 46.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#11BCAF (or 0x11BCAF) is known color: Light Sea Green. HEX triplet: 11, BC and AF. RGB value is (17,188,175). Sum of RGB (Red+Green+Blue) = 17+188+175=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #11BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BCAF is #EE4350. Grayscale: #878787. Windows color (decimal): -15614801 or 11516945. OLE color: 11516945.

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

Color convert

RGB 17 188 175 -
CMYK 0.91 0 0.07 0.26
HSL 175.44º 0.83% 0.4% -
HSV(B) 175.44º 0.91% 0.74% -
XYZ 25.95 39.18 46.75 -
YUV 135.39 150.35 43.56 -
System Red Green Blue C M Y K H S L
Decimal 17 188 175 0.91 0 0.07 0.26 175.44 0.83 0.4
Hex 11 BC AF 5B 0 7 1A AF 53 28
Octal 21 274 257 133 0 7 32 257 123 50
Binary 10001 10111100 10101111 1011011 0 111 11010 10101111 1010011 101000

Color Harmonies of #11BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCAF

Black with #11BCAF

Text Example


Text Example

White with #11BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,188,175); }

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

background-color css

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

 a { background-color: rgb(17,188,175); }

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

border-color css

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

 span { border-color: rgb(17,188,175); }

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