Html Css Color HEX #1CAC9A Light Sea Green

📋 copy color: '#1CAC9A'

red 28 ◦ green 172 ◦ blue 154

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

Shades of Light Sea Green #1CAC9A

Tints of Light Sea Green #1CAC9A

RGB

 RED value IS 28 (11.33% from 255) = 7.91%

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

 BLUE value IS 154 (60.55% from 255) = 43.5%

R = 7.91%
G = 48.59%
B = 43.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#1CAC9A (or 0x1CAC9A) is known color: Light Sea Green. HEX triplet: 1C, AC and 9A. RGB value is (28,172,154). Sum of RGB (Red+Green+Blue) = 28+172+154=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAC9A is #E35365. Grayscale: #7E7E7E. Windows color (decimal): -14898022 or 10136604. OLE color: 10136604.

HSL color Cylindrical-coordinate representation of color #1CAC9A: hue angle of 172.5º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC9A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 154 -
CMYK 0.84 0 0.10 0.33
HSL 172.5º 0.72% 0.39% -
HSV(B) 172.5º 0.84% 0.67% -
XYZ 21.06 32.09 35.65 -
YUV 126.89 143.29 57.46 -
System Red Green Blue C M Y K H S L
Decimal 28 172 154 0.84 0 0.10 0.33 172.5 0.72 0.39
Hex 1C AC 9A 54 0 A 21 AC 48 27
Octal 34 254 232 124 0 12 41 254 110 47
Binary 11100 10101100 10011010 1010100 0 1010 100001 10101100 1001000 100111

Color Harmonies of #1CAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC9A

Black with #1CAC9A

Text Example


Text Example

White with #1CAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,154); }

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

background-color css

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

 a { background-color: rgb(28,172,154); }

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

border-color css

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

 span { border-color: rgb(28,172,154); }

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