Html Css Color HEX #1CA99B Light Sea Green

📋 copy color: '#1CA99B'

red 28 ◦ green 169 ◦ blue 155

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

Shades of Light Sea Green #1CA99B

Tints of Light Sea Green #1CA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.01%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 7.95%
G = 48.01%
B = 44.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#1CA99B (or 0x1CA99B) is known color: Light Sea Green. HEX triplet: 1C, A9 and 9B. RGB value is (28,169,155). Sum of RGB (Red+Green+Blue) = 28+169+155=352 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.95% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA99B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA99B is #E35664. Grayscale: #7D7D7D. Windows color (decimal): -14898789 or 10201372. OLE color: 10201372.

HSL color Cylindrical-coordinate representation of color #1CA99B: hue angle of 174.04º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA99B is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 28 169 155 -
CMYK 0.83 0 0.08 0.34
HSL 174.04º 0.72% 0.39% -
HSV(B) 174.04º 0.83% 0.66% -
XYZ 20.58 30.99 35.91 -
YUV 125.25 144.79 58.64 -
System Red Green Blue C M Y K H S L
Decimal 28 169 155 0.83 0 0.08 0.34 174.04 0.72 0.39
Hex 1C A9 9B 53 0 8 22 AE 48 27
Octal 34 251 233 123 0 10 42 256 110 47
Binary 11100 10101001 10011011 1010011 0 1000 100010 10101110 1001000 100111

Color Harmonies of #1CA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA99B

Black with #1CA99B

Text Example


Text Example

White with #1CA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,169,155); }

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

background-color css

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

 a { background-color: rgb(28,169,155); }

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

border-color css

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

 span { border-color: rgb(28,169,155); }

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