Html Css Color HEX #3CACA1 Light Sea Green

📋 copy color: '#3CACA1'

red 60 ◦ green 172 ◦ blue 161

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

Shades of Light Sea Green #3CACA1

Tints of Light Sea Green #3CACA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.97%

R = 15.27%
G = 43.77%
B = 40.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#3CACA1 (or 0x3CACA1) is known color: Light Sea Green. HEX triplet: 3C, AC and A1. RGB value is (60,172,161). Sum of RGB (Red+Green+Blue) = 60+172+161=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #3CACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CACA1 is #C3535E. Grayscale: #898989. Windows color (decimal): -12800863 or 10595388. OLE color: 10595388.

HSL color Cylindrical-coordinate representation of color #3CACA1: hue angle of 174.11º 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 #3CACA1 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 172 161 -
CMYK 0.65 0 0.06 0.33
HSL 174.11º 0.48% 0.45% -
HSV(B) 174.11º 0.65% 0.67% -
XYZ 23.05 33.04 38.88 -
YUV 137.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 60 172 161 0.65 0 0.06 0.33 174.11 0.48 0.45
Hex 3C AC A1 41 0 6 21 AE 30 2D
Octal 74 254 241 101 0 6 41 256 60 55
Binary 111100 10101100 10100001 1000001 0 110 100001 10101110 110000 101101

Color Harmonies of #3CACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACA1

Black with #3CACA1

Text Example


Text Example

White with #3CACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,172,161); }

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

background-color css

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

 a { background-color: rgb(60,172,161); }

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

border-color css

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

 span { border-color: rgb(60,172,161); }

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