Html Css Color HEX #1BAAAB Light Sea Green

📋 copy color: '#1BAAAB'

red 27 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #1BAAAB

Tints of Light Sea Green #1BAAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 7.34%
G = 46.2%
B = 46.47%

CMYK

 C value IS 0.84

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1BAAAB (or 0x1BAAAB) is known color: Light Sea Green. HEX triplet: 1B, AA and AB. RGB value is (27,170,171). Sum of RGB (Red+Green+Blue) = 27+170+171=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #1BAAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAAAB is #E45554. Grayscale: #7F7F7F. Windows color (decimal): -14964053 or 11250203. OLE color: 11250203.

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

Color convert

RGB 27 170 171 -
CMYK 0.84 0.01 0 0.33
HSL 180.42º 0.73% 0.39% -
HSV(B) 180.42º 0.84% 0.67% -
XYZ 22.18 31.92 43.52 -
YUV 127.36 152.62 56.42 -
System Red Green Blue C M Y K H S L
Decimal 27 170 171 0.84 0.01 0 0.33 180.42 0.73 0.39
Hex 1B AA AB 54 1 0 21 B4 49 27
Octal 33 252 253 124 1 0 41 264 111 47
Binary 11011 10101010 10101011 1010100 1 0 100001 10110100 1001001 100111

Color Harmonies of #1BAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAAAB

Black with #1BAAAB

Text Example


Text Example

White with #1BAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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