Html Css Color HEX #1BAD9D Light Sea Green

📋 copy color: '#1BAD9D'

red 27 ◦ green 173 ◦ blue 157

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

Shades of Light Sea Green #1BAD9D

Tints of Light Sea Green #1BAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 7.56%
G = 48.46%
B = 43.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#1BAD9D (or 0x1BAD9D) is known color: Light Sea Green. HEX triplet: 1B, AD and 9D. RGB value is (27,173,157). Sum of RGB (Red+Green+Blue) = 27+173+157=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAD9D is #E45262. Grayscale: #7F7F7F. Windows color (decimal): -14963299 or 10333467. OLE color: 10333467.

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

Color convert

RGB 27 173 157 -
CMYK 0.84 0 0.09 0.32
HSL 173.42º 0.73% 0.39% -
HSV(B) 173.42º 0.84% 0.68% -
XYZ 21.48 32.55 37.05 -
YUV 127.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 27 173 157 0.84 0 0.09 0.32 173.42 0.73 0.39
Hex 1B AD 9D 54 0 9 20 AD 49 27
Octal 33 255 235 124 0 11 40 255 111 47
Binary 11011 10101101 10011101 1010100 0 1001 100000 10101101 1001001 100111

Color Harmonies of #1BAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAD9D

Black with #1BAD9D

Text Example


Text Example

White with #1BAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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