Html Css Color HEX #1BB9BD Light Sea Green

📋 copy color: '#1BB9BD'

red 27 ◦ green 185 ◦ blue 189

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

Shades of Light Sea Green #1BB9BD

Tints of Light Sea Green #1BB9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.13%

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 6.73%
G = 46.13%
B = 47.13%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1BB9BD (or 0x1BB9BD) is known color: Light Sea Green. HEX triplet: 1B, B9 and BD. RGB value is (27,185,189). Sum of RGB (Red+Green+Blue) = 27+185+189=401 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.73% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #1BB9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BB9BD is #E44642. Grayscale: #8A8A8A. Windows color (decimal): -14960195 or 12433691. OLE color: 12433691.

HSL color Cylindrical-coordinate representation of color #1BB9BD: hue angle of 181.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BB9BD is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 185 189 -
CMYK 0.86 0.02 0 0.26
HSL 181.48º 0.75% 0.42% -
HSV(B) 181.48º 0.86% 0.74% -
XYZ 26.99 38.61 54.17 -
YUV 138.21 156.65 48.67 -
System Red Green Blue C M Y K H S L
Decimal 27 185 189 0.86 0.02 0 0.26 181.48 0.75 0.42
Hex 1B B9 BD 56 2 0 1A B5 4B 2A
Octal 33 271 275 126 2 0 32 265 113 52
Binary 11011 10111001 10111101 1010110 10 0 11010 10110101 1001011 101010

Color Harmonies of #1BB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB9BD

Black with #1BB9BD

Text Example


Text Example

White with #1BB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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