Html Css Color HEX #3CAEAB Light Sea Green

📋 copy color: '#3CAEAB'

red 60 ◦ green 174 ◦ blue 171

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

Shades of Light Sea Green #3CAEAB

Tints of Light Sea Green #3CAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 14.81%
G = 42.96%
B = 42.22%

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

#3CAEAB (or 0x3CAEAB) is known color: Light Sea Green. HEX triplet: 3C, AE and AB. RGB value is (60,174,171). Sum of RGB (Red+Green+Blue) = 60+174+171=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAEAB is #C35154. Grayscale: #8B8B8B. Windows color (decimal): -12800341 or 11251260. OLE color: 11251260.

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

Color convert

RGB 60 174 171 -
CMYK 0.66 0 0.02 0.32
HSL 178.42º 0.49% 0.46% -
HSV(B) 178.42º 0.66% 0.68% -
XYZ 24.35 34.17 43.84 -
YUV 139.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 60 174 171 0.66 0 0.02 0.32 178.42 0.49 0.46
Hex 3C AE AB 42 0 2 20 B2 31 2E
Octal 74 256 253 102 0 2 40 262 61 56
Binary 111100 10101110 10101011 1000010 0 10 100000 10110010 110001 101110

Color Harmonies of #3CAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAEAB

Black with #3CAEAB

Text Example


Text Example

White with #3CAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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