Html Css Color HEX #1BACB9 Light Sea Green

📋 copy color: '#1BACB9'

red 27 ◦ green 172 ◦ blue 185

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

Shades of Light Sea Green #1BACB9

Tints of Light Sea Green #1BACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.79%

 BLUE value IS 185 (72.66% from 255) = 48.18%

R = 7.03%
G = 44.79%
B = 48.18%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1BACB9 (or 0x1BACB9) is known color: Light Sea Green. HEX triplet: 1B, AC and B9. RGB value is (27,172,185). Sum of RGB (Red+Green+Blue) = 27+172+185=384 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.03% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #1BACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACB9 is #E45346. Grayscale: #818181. Windows color (decimal): -14963527 or 12168219. OLE color: 12168219.

HSL color Cylindrical-coordinate representation of color #1BACB9: hue angle of 184.94º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BACB9 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 172 185 -
CMYK 0.85 0.07 0 0.27
HSL 184.94º 0.75% 0.42% -
HSV(B) 184.94º 0.85% 0.73% -
XYZ 23.96 33.24 51.05 -
YUV 130.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 27 172 185 0.85 0.07 0 0.27 184.94 0.75 0.42
Hex 1B AC B9 55 7 0 1B B9 4B 2A
Octal 33 254 271 125 7 0 33 271 113 52
Binary 11011 10101100 10111001 1010101 111 0 11011 10111001 1001011 101010

Color Harmonies of #1BACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BACB9

Black with #1BACB9

Text Example


Text Example

White with #1BACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,172,185); }

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

background-color css

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

 a { background-color: rgb(27,172,185); }

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

border-color css

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

 span { border-color: rgb(27,172,185); }

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