Html Css Color HEX #1AC1B9 Light Sea Green

📋 copy color: '#1AC1B9'

red 26 ◦ green 193 ◦ blue 185

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

Shades of Light Sea Green #1AC1B9

Tints of Light Sea Green #1AC1B9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.77%

 BLUE value IS 185 (72.66% from 255) = 45.79%

R = 6.44%
G = 47.77%
B = 45.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#1AC1B9 (or 0x1AC1B9) is known color: Light Sea Green. HEX triplet: 1A, C1 and B9. RGB value is (26,193,185). Sum of RGB (Red+Green+Blue) = 26+193+185=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC1B9 is #E53E46. Grayscale: #8E8E8E. Windows color (decimal): -15023687 or 12173594. OLE color: 12173594.

HSL color Cylindrical-coordinate representation of color #1AC1B9: hue angle of 177.13º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC1B9 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 193 185 -
CMYK 0.87 0 0.04 0.24
HSL 177.13º 0.76% 0.43% -
HSV(B) 177.13º 0.87% 0.76% -
XYZ 28.25 41.86 52.49 -
YUV 142.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 26 193 185 0.87 0 0.04 0.24 177.13 0.76 0.43
Hex 1A C1 B9 57 0 4 18 B1 4C 2B
Octal 32 301 271 127 0 4 30 261 114 53
Binary 11010 11000001 10111001 1010111 0 100 11000 10110001 1001100 101011

Color Harmonies of #1AC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC1B9

Black with #1AC1B9

Text Example


Text Example

White with #1AC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,193,185); }

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

background-color css

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

 a { background-color: rgb(26,193,185); }

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

border-color css

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

 span { border-color: rgb(26,193,185); }

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