Html Css Color HEX #1ABCBA Light Sea Green

📋 copy color: '#1ABCBA'

red 26 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #1ABCBA

Tints of Light Sea Green #1ABCBA

RGB

 RED value IS 26 (10.55% from 255) = 6.5%

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 6.5%
G = 47%
B = 46.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#1ABCBA (or 0x1ABCBA) is known color: Light Sea Green. HEX triplet: 1A, BC and BA. RGB value is (26,188,186). Sum of RGB (Red+Green+Blue) = 26+188+186=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCBA is #E54345. Grayscale: #8B8B8B. Windows color (decimal): -15024966 or 12237850. OLE color: 12237850.

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

Color convert

RGB 26 188 186 -
CMYK 0.86 0 0.01 0.26
HSL 179.26º 0.76% 0.42% -
HSV(B) 179.26º 0.86% 0.74% -
XYZ 27.27 39.73 52.69 -
YUV 139.33 154.33 47.16 -
System Red Green Blue C M Y K H S L
Decimal 26 188 186 0.86 0 0.01 0.26 179.26 0.76 0.42
Hex 1A BC BA 56 0 1 1A B3 4C 2A
Octal 32 274 272 126 0 1 32 263 114 52
Binary 11010 10111100 10111010 1010110 0 1 11010 10110011 1001100 101010

Color Harmonies of #1ABCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCBA

Black with #1ABCBA

Text Example


Text Example

White with #1ABCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,186); }

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

background-color css

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

 a { background-color: rgb(26,188,186); }

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

border-color css

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

 span { border-color: rgb(26,188,186); }

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