Html Css Color HEX #1BAA9E Light Sea Green

📋 copy color: '#1BAA9E'

red 27 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #1BAA9E

Tints of Light Sea Green #1BAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.89%

 BLUE value IS 158 (62.11% from 255) = 44.51%

R = 7.61%
G = 47.89%
B = 44.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#1BAA9E (or 0x1BAA9E) is known color: Light Sea Green. HEX triplet: 1B, AA and 9E. RGB value is (27,170,158). Sum of RGB (Red+Green+Blue) = 27+170+158=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAA9E is #E45561. Grayscale: #7D7D7D. Windows color (decimal): -14964066 or 10398235. OLE color: 10398235.

HSL color Cylindrical-coordinate representation of color #1BAA9E: hue angle of 174.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA9E is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 170 158 -
CMYK 0.84 0 0.07 0.33
HSL 174.97º 0.73% 0.39% -
HSV(B) 174.97º 0.84% 0.67% -
XYZ 21 31.45 37.31 -
YUV 125.88 146.12 57.48 -
System Red Green Blue C M Y K H S L
Decimal 27 170 158 0.84 0 0.07 0.33 174.97 0.73 0.39
Hex 1B AA 9E 54 0 7 21 AF 49 27
Octal 33 252 236 124 0 7 41 257 111 47
Binary 11011 10101010 10011110 1010100 0 111 100001 10101111 1001001 100111

Color Harmonies of #1BAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAA9E

Black with #1BAA9E

Text Example


Text Example

White with #1BAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,170,158); }

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

background-color css

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

 a { background-color: rgb(27,170,158); }

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

border-color css

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

 span { border-color: rgb(27,170,158); }

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