Html Css Color HEX #1BBAB2 Light Sea Green

📋 copy color: '#1BBAB2'

red 27 ◦ green 186 ◦ blue 178

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

Shades of Light Sea Green #1BBAB2

Tints of Light Sea Green #1BBAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 6.91%
G = 47.57%
B = 45.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#1BBAB2 (or 0x1BBAB2) is known color: Light Sea Green. HEX triplet: 1B, BA and B2. RGB value is (27,186,178). Sum of RGB (Red+Green+Blue) = 27+186+178=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBAB2 is #E4454D. Grayscale: #898989. Windows color (decimal): -14959950 or 11713051. OLE color: 11713051.

HSL color Cylindrical-coordinate representation of color #1BBAB2: hue angle of 176.98º 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 #1BBAB2 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 186 178 -
CMYK 0.85 0 0.04 0.27
HSL 176.98º 0.75% 0.42% -
HSV(B) 176.98º 0.85% 0.73% -
XYZ 26.05 38.57 48.19 -
YUV 137.55 150.82 49.15 -
System Red Green Blue C M Y K H S L
Decimal 27 186 178 0.85 0 0.04 0.27 176.98 0.75 0.42
Hex 1B BA B2 55 0 4 1B B1 4B 2A
Octal 33 272 262 125 0 4 33 261 113 52
Binary 11011 10111010 10110010 1010101 0 100 11011 10110001 1001011 101010

Color Harmonies of #1BBAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBAB2

Black with #1BBAB2

Text Example


Text Example

White with #1BBAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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