Html Css Color HEX #3CA9AC Light Sea Green

📋 copy color: '#3CA9AC'

red 60 ◦ green 169 ◦ blue 172

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

Shades of Light Sea Green #3CA9AC

Tints of Light Sea Green #3CA9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 14.96%
G = 42.14%
B = 42.89%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3CA9AC (or 0x3CA9AC) is known color: Light Sea Green. HEX triplet: 3C, A9 and AC. RGB value is (60,169,172). Sum of RGB (Red+Green+Blue) = 60+169+172=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #3CA9AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA9AC is #C35653. Grayscale: #888888. Windows color (decimal): -12801620 or 11315516. OLE color: 11315516.

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

Color convert

RGB 60 169 172 -
CMYK 0.65 0.02 0 0.33
HSL 181.61º 0.48% 0.45% -
HSV(B) 181.61º 0.65% 0.67% -
XYZ 23.5 32.32 44.03 -
YUV 136.75 147.89 73.26 -
System Red Green Blue C M Y K H S L
Decimal 60 169 172 0.65 0.02 0 0.33 181.61 0.48 0.45
Hex 3C A9 AC 41 2 0 21 B6 30 2D
Octal 74 251 254 101 2 0 41 266 60 55
Binary 111100 10101001 10101100 1000001 10 0 100001 10110110 110000 101101

Color Harmonies of #3CA9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA9AC

Black with #3CA9AC

Text Example


Text Example

White with #3CA9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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