Html Css Color HEX #1BAAA6 Light Sea Green

📋 copy color: '#1BAAA6'

red 27 ◦ green 170 ◦ blue 166

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

Shades of Light Sea Green #1BAAA6

Tints of Light Sea Green #1BAAA6

RGB

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

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

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

R = 7.44%
G = 46.83%
B = 45.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#1BAAA6 (or 0x1BAAA6) is known color: Light Sea Green. HEX triplet: 1B, AA and A6. RGB value is (27,170,166). Sum of RGB (Red+Green+Blue) = 27+170+166=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAAA6 is #E45559. Grayscale: #7E7E7E. Windows color (decimal): -14964058 or 10922523. OLE color: 10922523.

HSL color Cylindrical-coordinate representation of color #1BAAA6: hue angle of 178.32º 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 #1BAAA6 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 170 166 -
CMYK 0.84 0 0.02 0.33
HSL 178.32º 0.73% 0.39% -
HSV(B) 178.32º 0.84% 0.67% -
XYZ 21.71 31.74 41.06 -
YUV 126.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 27 170 166 0.84 0 0.02 0.33 178.32 0.73 0.39
Hex 1B AA A6 54 0 2 21 B2 49 27
Octal 33 252 246 124 0 2 41 262 111 47
Binary 11011 10101010 10100110 1010100 0 10 100001 10110010 1001001 100111

Color Harmonies of #1BAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAAA6

Black with #1BAAA6

Text Example


Text Example

White with #1BAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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