Html Css Color HEX #1BACBB Light Sea Green

📋 copy color: '#1BACBB'

red 27 ◦ green 172 ◦ blue 187

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

Shades of Light Sea Green #1BACBB

Tints of Light Sea Green #1BACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 6.99%
G = 44.56%
B = 48.45%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1BACBB (or 0x1BACBB) is known color: Light Sea Green. HEX triplet: 1B, AC and BB. RGB value is (27,172,187). Sum of RGB (Red+Green+Blue) = 27+172+187=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #1BACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACBB is #E45344. Grayscale: #828282. Windows color (decimal): -14963525 or 12299291. OLE color: 12299291.

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

Color convert

RGB 27 172 187 -
CMYK 0.86 0.08 0 0.27
HSL 185.63º 0.75% 0.42% -
HSV(B) 185.63º 0.86% 0.73% -
XYZ 24.17 33.33 52.17 -
YUV 130.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 27 172 187 0.86 0.08 0 0.27 185.63 0.75 0.42
Hex 1B AC BB 56 8 0 1B BA 4B 2A
Octal 33 254 273 126 10 0 33 272 113 52
Binary 11011 10101100 10111011 1010110 1000 0 11011 10111010 1001011 101010

Color Harmonies of #1BACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BACBB

Black with #1BACBB

Text Example


Text Example

White with #1BACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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