Html Css Color HEX #3CAEAA Light Sea Green

📋 copy color: '#3CAEAA'

red 60 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #3CAEAA

Tints of Light Sea Green #3CAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 14.85%
G = 43.07%
B = 42.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#3CAEAA (or 0x3CAEAA) is known color: Light Sea Green. HEX triplet: 3C, AE and AA. RGB value is (60,174,170). Sum of RGB (Red+Green+Blue) = 60+174+170=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAEAA is #C35155. Grayscale: #8B8B8B. Windows color (decimal): -12800342 or 11185724. OLE color: 11185724.

HSL color Cylindrical-coordinate representation of color #3CAEAA: hue angle of 177.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAEAA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 174 170 -
CMYK 0.66 0 0.02 0.32
HSL 177.89º 0.49% 0.46% -
HSV(B) 177.89º 0.66% 0.68% -
XYZ 24.26 34.14 43.34 -
YUV 139.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 60 174 170 0.66 0 0.02 0.32 177.89 0.49 0.46
Hex 3C AE AA 42 0 2 20 B2 31 2E
Octal 74 256 252 102 0 2 40 262 61 56
Binary 111100 10101110 10101010 1000010 0 10 100000 10110010 110001 101110

Color Harmonies of #3CAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAEAA

Black with #3CAEAA

Text Example


Text Example

White with #3CAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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