Html Css Color HEX #3CABA1 Light Sea Green

📋 copy color: '#3CABA1'

red 60 ◦ green 171 ◦ blue 161

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

Shades of Light Sea Green #3CABA1

Tints of Light Sea Green #3CABA1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 161 (63.28% from 255) = 41.07%

R = 15.31%
G = 43.62%
B = 41.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#3CABA1 (or 0x3CABA1) is known color: Light Sea Green. HEX triplet: 3C, AB and A1. RGB value is (60,171,161). Sum of RGB (Red+Green+Blue) = 60+171+161=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #3CABA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CABA1 is #C3545E. Grayscale: #888888. Windows color (decimal): -12801119 or 10595132. OLE color: 10595132.

HSL color Cylindrical-coordinate representation of color #3CABA1: hue angle of 174.59º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CABA1 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 171 161 -
CMYK 0.65 0 0.06 0.33
HSL 174.59º 0.48% 0.45% -
HSV(B) 174.59º 0.65% 0.67% -
XYZ 22.86 32.66 38.82 -
YUV 136.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 60 171 161 0.65 0 0.06 0.33 174.59 0.48 0.45
Hex 3C AB A1 41 0 6 21 AF 30 2D
Octal 74 253 241 101 0 6 41 257 60 55
Binary 111100 10101011 10100001 1000001 0 110 100001 10101111 110000 101101

Color Harmonies of #3CABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CABA1

Black with #3CABA1

Text Example


Text Example

White with #3CABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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