Html Css Color HEX #1BC9A6 Light Sea Green

📋 copy color: '#1BC9A6'

red 27 ◦ green 201 ◦ blue 166

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

Shades of Light Sea Green #1BC9A6

Tints of Light Sea Green #1BC9A6

RGB

 RED value IS 27 (10.94% from 255) = 6.85%

 GREEN value IS 201 (78.91% from 255) = 51.02%

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 6.85%
G = 51.02%
B = 42.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#1BC9A6 (or 0x1BC9A6) is known color: Light Sea Green. HEX triplet: 1B, C9 and A6. RGB value is (27,201,166). Sum of RGB (Red+Green+Blue) = 27+201+166=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC9A6 is #E43659. Grayscale: #909090. Windows color (decimal): -14956122 or 10930459. OLE color: 10930459.

HSL color Cylindrical-coordinate representation of color #1BC9A6: hue angle of 167.93º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC9A6 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 201 166 -
CMYK 0.87 0 0.17 0.21
HSL 167.93º 0.76% 0.45% -
HSV(B) 167.93º 0.87% 0.79% -
XYZ 28.22 44.76 43.23 -
YUV 144.98 139.85 43.85 -
System Red Green Blue C M Y K H S L
Decimal 27 201 166 0.87 0 0.17 0.21 167.93 0.76 0.45
Hex 1B C9 A6 57 0 11 15 A8 4C 2D
Octal 33 311 246 127 0 21 25 250 114 55
Binary 11011 11001001 10100110 1010111 0 10001 10101 10101000 1001100 101101

Color Harmonies of #1BC9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC9A6

Black with #1BC9A6

Text Example


Text Example

White with #1BC9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BC9A6; }

 p { color: rgb(27,201,166); }

 H1.HeaderClassName
 {
   color: #1BC9A6;
 }
 .AnyTagClassName
 {
   color: #1BC9A6;
 }
</style>

background-color css

<style>
 a { background-color: #1BC9A6; }

 a { background-color: rgb(27,201,166); }

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

border-color css

<style>
 span { border-color: #1BC9A6; }

 span { border-color: rgb(27,201,166); }

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