Html Css Color HEX #1BBABF Light Sea Green

📋 copy color: '#1BBABF'

red 27 ◦ green 186 ◦ blue 191

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

Shades of Light Sea Green #1BBABF

Tints of Light Sea Green #1BBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.04%

 BLUE value IS 191 (75% from 255) = 47.28%

R = 6.68%
G = 46.04%
B = 47.28%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1BBABF (or 0x1BBABF) is known color: Light Sea Green. HEX triplet: 1B, BA and BF. RGB value is (27,186,191). Sum of RGB (Red+Green+Blue) = 27+186+191=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #1BBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBABF is #E44540. Grayscale: #8A8A8A. Windows color (decimal): -14959937 or 12565019. OLE color: 12565019.

HSL color Cylindrical-coordinate representation of color #1BBABF: hue angle of 181.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBABF is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 186 191 -
CMYK 0.86 0.03 0 0.25
HSL 181.83º 0.75% 0.43% -
HSV(B) 181.83º 0.86% 0.75% -
XYZ 27.41 39.11 55.39 -
YUV 139.03 157.32 48.09 -
System Red Green Blue C M Y K H S L
Decimal 27 186 191 0.86 0.03 0 0.25 181.83 0.75 0.43
Hex 1B BA BF 56 3 0 19 B6 4B 2B
Octal 33 272 277 126 3 0 31 266 113 53
Binary 11011 10111010 10111111 1010110 11 0 11001 10110110 1001011 101011

Color Harmonies of #1BBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBABF

Black with #1BBABF

Text Example


Text Example

White with #1BBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,186,191); }

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

background-color css

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

 a { background-color: rgb(27,186,191); }

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

border-color css

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

 span { border-color: rgb(27,186,191); }

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