Html Css Color HEX #3CAEAC Light Sea Green

📋 copy color: '#3CAEAC'

red 60 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #3CAEAC

Tints of Light Sea Green #3CAEAC

RGB

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

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

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

R = 14.78%
G = 42.86%
B = 42.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#3CAEAC (or 0x3CAEAC) is known color: Light Sea Green. HEX triplet: 3C, AE and AC. RGB value is (60,174,172). Sum of RGB (Red+Green+Blue) = 60+174+172=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #3CAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAEAC is #C35153. Grayscale: #8B8B8B. Windows color (decimal): -12800340 or 11316796. OLE color: 11316796.

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

Color convert

RGB 60 174 172 -
CMYK 0.66 0 0.01 0.32
HSL 178.95º 0.49% 0.46% -
HSV(B) 178.95º 0.66% 0.68% -
XYZ 24.45 34.21 44.34 -
YUV 139.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 60 174 172 0.66 0 0.01 0.32 178.95 0.49 0.46
Hex 3C AE AC 42 0 1 20 B3 31 2E
Octal 74 256 254 102 0 1 40 263 61 56
Binary 111100 10101110 10101100 1000010 0 1 100000 10110011 110001 101110

Color Harmonies of #3CAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAEAC

Black with #3CAEAC

Text Example


Text Example

White with #3CAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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