Html Css Color HEX #1BAD9C Light Sea Green

📋 copy color: '#1BAD9C'

red 27 ◦ green 173 ◦ blue 156

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

Shades of Light Sea Green #1BAD9C

Tints of Light Sea Green #1BAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.6%

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 7.58%
G = 48.6%
B = 43.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#1BAD9C (or 0x1BAD9C) is known color: Light Sea Green. HEX triplet: 1B, AD and 9C. RGB value is (27,173,156). Sum of RGB (Red+Green+Blue) = 27+173+156=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAD9C is #E45263. Grayscale: #7F7F7F. Windows color (decimal): -14963300 or 10267931. OLE color: 10267931.

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

Color convert

RGB 27 173 156 -
CMYK 0.84 0 0.10 0.32
HSL 173.01º 0.73% 0.39% -
HSV(B) 173.01º 0.84% 0.68% -
XYZ 21.4 32.52 36.6 -
YUV 127.41 144.13 56.38 -
System Red Green Blue C M Y K H S L
Decimal 27 173 156 0.84 0 0.10 0.32 173.01 0.73 0.39
Hex 1B AD 9C 54 0 A 20 AD 49 27
Octal 33 255 234 124 0 12 40 255 111 47
Binary 11011 10101101 10011100 1010100 0 1010 100000 10101101 1001001 100111

Color Harmonies of #1BAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAD9C

Black with #1BAD9C

Text Example


Text Example

White with #1BAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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