Html Css Color HEX #3CA7A5 Light Sea Green

📋 copy color: '#3CA7A5'

red 60 ◦ green 167 ◦ blue 165

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

Shades of Light Sea Green #3CA7A5

Tints of Light Sea Green #3CA7A5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

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

R = 15.31%
G = 42.6%
B = 42.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#3CA7A5 (or 0x3CA7A5) is known color: Light Sea Green. HEX triplet: 3C, A7 and A5. RGB value is (60,167,165). Sum of RGB (Red+Green+Blue) = 60+167+165=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA7A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA7A5 is #C3585A. Grayscale: #868686. Windows color (decimal): -12802139 or 10856252. OLE color: 10856252.

HSL color Cylindrical-coordinate representation of color #3CA7A5: hue angle of 178.88º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA7A5 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 167 165 -
CMYK 0.64 0 0.01 0.35
HSL 178.88º 0.47% 0.45% -
HSV(B) 178.88º 0.64% 0.65% -
XYZ 22.47 31.31 40.46 -
YUV 134.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 60 167 165 0.64 0 0.01 0.35 178.88 0.47 0.45
Hex 3C A7 A5 40 0 1 23 B3 2F 2D
Octal 74 247 245 100 0 1 43 263 57 55
Binary 111100 10100111 10100101 1000000 0 1 100011 10110011 101111 101101

Color Harmonies of #3CA7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA7A5

Black with #3CA7A5

Text Example


Text Example

White with #3CA7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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