Html Css Color HEX #1ABBC0 Light Sea Green

📋 copy color: '#1ABBC0'

red 26 ◦ green 187 ◦ blue 192

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

Shades of Light Sea Green #1ABBC0

Tints of Light Sea Green #1ABBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.17%

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 6.42%
G = 46.17%
B = 47.41%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1ABBC0 (or 0x1ABBC0) is known color: Light Sea Green. HEX triplet: 1A, BB and C0. RGB value is (26,187,192). Sum of RGB (Red+Green+Blue) = 26+187+192=405 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.42% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #1ABBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBC0 is #E5443F. Grayscale: #8B8B8B. Windows color (decimal): -15025216 or 12630810. OLE color: 12630810.

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

Color convert

RGB 26 187 192 -
CMYK 0.86 0.03 0 0.25
HSL 181.81º 0.76% 0.43% -
HSV(B) 181.81º 0.86% 0.75% -
XYZ 27.71 39.57 56.05 -
YUV 139.43 157.66 47.09 -
System Red Green Blue C M Y K H S L
Decimal 26 187 192 0.86 0.03 0 0.25 181.81 0.76 0.43
Hex 1A BB C0 56 3 0 19 B6 4C 2B
Octal 32 273 300 126 3 0 31 266 114 53
Binary 11010 10111011 11000000 1010110 11 0 11001 10110110 1001100 101011

Color Harmonies of #1ABBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBC0

Black with #1ABBC0

Text Example


Text Example

White with #1ABBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,187,192); }

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

background-color css

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

 a { background-color: rgb(26,187,192); }

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

border-color css

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

 span { border-color: rgb(26,187,192); }

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