Html Css Color HEX #1BBCAC Light Sea Green

📋 copy color: '#1BBCAC'

red 27 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #1BBCAC

Tints of Light Sea Green #1BBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 6.98%
G = 48.58%
B = 44.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#1BBCAC (or 0x1BBCAC) is known color: Light Sea Green. HEX triplet: 1B, BC and AC. RGB value is (27,188,172). Sum of RGB (Red+Green+Blue) = 27+188+172=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBCAC is #E44353. Grayscale: #898989. Windows color (decimal): -14959444 or 11320347. OLE color: 11320347.

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

Color convert

RGB 27 188 172 -
CMYK 0.86 0 0.09 0.26
HSL 174.04º 0.75% 0.42% -
HSV(B) 174.04º 0.86% 0.74% -
XYZ 25.88 39.18 45.23 -
YUV 138.04 147.16 48.8 -
System Red Green Blue C M Y K H S L
Decimal 27 188 172 0.86 0 0.09 0.26 174.04 0.75 0.42
Hex 1B BC AC 56 0 9 1A AE 4B 2A
Octal 33 274 254 126 0 11 32 256 113 52
Binary 11011 10111100 10101100 1010110 0 1001 11010 10101110 1001011 101010

Color Harmonies of #1BBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCAC

Black with #1BBCAC

Text Example


Text Example

White with #1BBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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