Html Css Color HEX #1ABFBA Light Sea Green

📋 copy color: '#1ABFBA'

red 26 ◦ green 191 ◦ blue 186

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

Shades of Light Sea Green #1ABFBA

Tints of Light Sea Green #1ABFBA

RGB

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

 GREEN value IS 191 (75% from 255) = 47.39%

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

R = 6.45%
G = 47.39%
B = 46.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#1ABFBA (or 0x1ABFBA) is known color: Light Sea Green. HEX triplet: 1A, BF and BA. RGB value is (26,191,186). Sum of RGB (Red+Green+Blue) = 26+191+186=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFBA is #E54045. Grayscale: #8C8C8C. Windows color (decimal): -15024198 or 12238618. OLE color: 12238618.

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

Color convert

RGB 26 191 186 -
CMYK 0.86 0 0.03 0.25
HSL 178.18º 0.76% 0.43% -
HSV(B) 178.18º 0.86% 0.75% -
XYZ 27.92 41.03 52.9 -
YUV 141.1 153.34 45.91 -
System Red Green Blue C M Y K H S L
Decimal 26 191 186 0.86 0 0.03 0.25 178.18 0.76 0.43
Hex 1A BF BA 56 0 3 19 B2 4C 2B
Octal 32 277 272 126 0 3 31 262 114 53
Binary 11010 10111111 10111010 1010110 0 11 11001 10110010 1001100 101011

Color Harmonies of #1ABFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFBA

Black with #1ABFBA

Text Example


Text Example

White with #1ABFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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