Html Css Color HEX #3CB3AF Light Sea Green

📋 copy color: '#3CB3AF'

red 60 ◦ green 179 ◦ blue 175

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

Shades of Light Sea Green #3CB3AF

Tints of Light Sea Green #3CB3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.24%

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 14.49%
G = 43.24%
B = 42.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#3CB3AF (or 0x3CB3AF) is known color: Light Sea Green. HEX triplet: 3C, B3 and AF. RGB value is (60,179,175). Sum of RGB (Red+Green+Blue) = 60+179+175=414 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.49% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB3AF is #C34C50. Grayscale: #8E8E8E. Windows color (decimal): -12799057 or 11514684. OLE color: 11514684.

HSL color Cylindrical-coordinate representation of color #3CB3AF: hue angle of 177.98º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB3AF is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 179 175 -
CMYK 0.66 0 0.02 0.30
HSL 177.98º 0.5% 0.47% -
HSV(B) 177.98º 0.66% 0.7% -
XYZ 25.72 36.3 46.21 -
YUV 142.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 60 179 175 0.66 0 0.02 0.30 177.98 0.5 0.47
Hex 3C B3 AF 42 0 2 1E B2 32 2F
Octal 74 263 257 102 0 2 36 262 62 57
Binary 111100 10110011 10101111 1000010 0 10 11110 10110010 110010 101111

Color Harmonies of #3CB3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB3AF

Black with #3CB3AF

Text Example


Text Example

White with #3CB3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,179,175); }

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

background-color css

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

 a { background-color: rgb(60,179,175); }

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

border-color css

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

 span { border-color: rgb(60,179,175); }

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