Html Css Color HEX #3CAAA2 Light Sea Green

📋 copy color: '#3CAAA2'

red 60 ◦ green 170 ◦ blue 162

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

Shades of Light Sea Green #3CAAA2

Tints of Light Sea Green #3CAAA2

RGB

 RED value IS 60 (23.83% from 255) = 15.31%

 GREEN value IS 170 (66.8% from 255) = 43.37%

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 15.31%
G = 43.37%
B = 41.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#3CAAA2 (or 0x3CAAA2) is known color: Light Sea Green. HEX triplet: 3C, AA and A2. RGB value is (60,170,162). Sum of RGB (Red+Green+Blue) = 60+170+162=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAAA2 is #C3555D. Grayscale: #888888. Windows color (decimal): -12801374 or 10660412. OLE color: 10660412.

HSL color Cylindrical-coordinate representation of color #3CAAA2: hue angle of 175.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAAA2 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 162 -
CMYK 0.65 0 0.05 0.33
HSL 175.64º 0.48% 0.45% -
HSV(B) 175.64º 0.65% 0.67% -
XYZ 22.76 32.32 39.22 -
YUV 136.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 60 170 162 0.65 0 0.05 0.33 175.64 0.48 0.45
Hex 3C AA A2 41 0 5 21 B0 30 2D
Octal 74 252 242 101 0 5 41 260 60 55
Binary 111100 10101010 10100010 1000001 0 101 100001 10110000 110000 101101

Color Harmonies of #3CAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAAA2

Black with #3CAAA2

Text Example


Text Example

White with #3CAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CAAA2; }

 p { color: rgb(60,170,162); }

 H1.HeaderClassName
 {
   color: #3CAAA2;
 }
 .AnyTagClassName
 {
   color: #3CAAA2;
 }
</style>

background-color css

<style>
 a { background-color: #3CAAA2; }

 a { background-color: rgb(60,170,162); }

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

border-color css

<style>
 span { border-color: #3CAAA2; }

 span { border-color: rgb(60,170,162); }

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