Html Css Color HEX #3CAEA5 Light Sea Green

📋 copy color: '#3CAEA5'

red 60 ◦ green 174 ◦ blue 165

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

Shades of Light Sea Green #3CAEA5

Tints of Light Sea Green #3CAEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 15.04%
G = 43.61%
B = 41.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#3CAEA5 (or 0x3CAEA5) is known color: Light Sea Green. HEX triplet: 3C, AE and A5. RGB value is (60,174,165). Sum of RGB (Red+Green+Blue) = 60+174+165=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAEA5 is #C3515A. Grayscale: #8A8A8A. Windows color (decimal): -12800347 or 10858044. OLE color: 10858044.

HSL color Cylindrical-coordinate representation of color #3CAEA5: hue angle of 175.26º 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 #3CAEA5 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 174 165 -
CMYK 0.66 0 0.05 0.32
HSL 175.26º 0.49% 0.46% -
HSV(B) 175.26º 0.66% 0.68% -
XYZ 23.79 33.95 40.9 -
YUV 138.89 142.73 71.73 -
System Red Green Blue C M Y K H S L
Decimal 60 174 165 0.66 0 0.05 0.32 175.26 0.49 0.46
Hex 3C AE A5 42 0 5 20 AF 31 2E
Octal 74 256 245 102 0 5 40 257 61 56
Binary 111100 10101110 10100101 1000010 0 101 100000 10101111 110001 101110

Color Harmonies of #3CAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAEA5

Black with #3CAEA5

Text Example


Text Example

White with #3CAEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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