Html Css Color HEX #3CB8AC Light Sea Green

📋 copy color: '#3CB8AC'

red 60 ◦ green 184 ◦ blue 172

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

Shades of Light Sea Green #3CB8AC

Tints of Light Sea Green #3CB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.23%

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

R = 14.42%
G = 44.23%
B = 41.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#3CB8AC (or 0x3CB8AC) is known color: Light Sea Green. HEX triplet: 3C, B8 and AC. RGB value is (60,184,172). Sum of RGB (Red+Green+Blue) = 60+184+172=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB8AC is #C34753. Grayscale: #919191. Windows color (decimal): -12797780 or 11319356. OLE color: 11319356.

HSL color Cylindrical-coordinate representation of color #3CB8AC: hue angle of 174.19º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB8AC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 184 172 -
CMYK 0.67 0 0.07 0.28
HSL 174.19º 0.51% 0.48% -
HSV(B) 174.19º 0.67% 0.72% -
XYZ 26.45 38.22 45.01 -
YUV 145.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 60 184 172 0.67 0 0.07 0.28 174.19 0.51 0.48
Hex 3C B8 AC 43 0 7 1C AE 33 30
Octal 74 270 254 103 0 7 34 256 63 60
Binary 111100 10111000 10101100 1000011 0 111 11100 10101110 110011 110000

Color Harmonies of #3CB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB8AC

Black with #3CB8AC

Text Example


Text Example

White with #3CB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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