Html Css Color HEX #1CAEA3 Light Sea Green

📋 copy color: '#1CAEA3'

red 28 ◦ green 174 ◦ blue 163

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

Shades of Light Sea Green #1CAEA3

Tints of Light Sea Green #1CAEA3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.67%

 BLUE value IS 163 (64.06% from 255) = 44.66%

R = 7.67%
G = 47.67%
B = 44.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#1CAEA3 (or 0x1CAEA3) is known color: Light Sea Green. HEX triplet: 1C, AE and A3. RGB value is (28,174,163). Sum of RGB (Red+Green+Blue) = 28+174+163=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAEA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAEA3 is #E3515C. Grayscale: #808080. Windows color (decimal): -14897501 or 10726940. OLE color: 10726940.

HSL color Cylindrical-coordinate representation of color #1CAEA3: hue angle of 175.48º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAEA3 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 174 163 -
CMYK 0.84 0 0.06 0.32
HSL 175.48º 0.72% 0.4% -
HSV(B) 175.48º 0.84% 0.68% -
XYZ 22.23 33.16 39.88 -
YUV 129.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 28 174 163 0.84 0 0.06 0.32 175.48 0.72 0.4
Hex 1C AE A3 54 0 6 20 AF 48 28
Octal 34 256 243 124 0 6 40 257 110 50
Binary 11100 10101110 10100011 1010100 0 110 100000 10101111 1001000 101000

Color Harmonies of #1CAEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAEA3

Black with #1CAEA3

Text Example


Text Example

White with #1CAEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,174,163); }

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

background-color css

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

 a { background-color: rgb(28,174,163); }

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

border-color css

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

 span { border-color: rgb(28,174,163); }

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