Html Css Color HEX #1BA8AD Light Sea Green

📋 copy color: '#1BA8AD'

red 27 ◦ green 168 ◦ blue 173

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

Shades of Light Sea Green #1BA8AD

Tints of Light Sea Green #1BA8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.65%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 7.34%
G = 45.65%
B = 47.01%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1BA8AD (or 0x1BA8AD) is known color: Light Sea Green. HEX triplet: 1B, A8 and AD. RGB value is (27,168,173). Sum of RGB (Red+Green+Blue) = 27+168+173=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #1BA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA8AD is #E45752. Grayscale: #7E7E7E. Windows color (decimal): -14964563 or 11380763. OLE color: 11380763.

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

Color convert

RGB 27 168 173 -
CMYK 0.84 0.03 0 0.32
HSL 182.05º 0.73% 0.39% -
HSV(B) 182.05º 0.84% 0.68% -
XYZ 22 31.26 44.41 -
YUV 126.41 154.29 57.09 -
System Red Green Blue C M Y K H S L
Decimal 27 168 173 0.84 0.03 0 0.32 182.05 0.73 0.39
Hex 1B A8 AD 54 3 0 20 B6 49 27
Octal 33 250 255 124 3 0 40 266 111 47
Binary 11011 10101000 10101101 1010100 11 0 100000 10110110 1001001 100111

Color Harmonies of #1BA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA8AD

Black with #1BA8AD

Text Example


Text Example

White with #1BA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,168,173); }

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

background-color css

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

 a { background-color: rgb(27,168,173); }

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

border-color css

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

 span { border-color: rgb(27,168,173); }

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