Html Css Color HEX #3FAFAC Light Sea Green

📋 copy color: '#3FAFAC'

red 63 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #3FAFAC

Tints of Light Sea Green #3FAFAC

RGB

 RED value IS 63 (25% from 255) = 15.37%

 GREEN value IS 175 (68.75% from 255) = 42.68%

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

R = 15.37%
G = 42.68%
B = 41.95%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#3FAFAC (or 0x3FAFAC) is known color: Light Sea Green. HEX triplet: 3F, AF and AC. RGB value is (63,175,172). Sum of RGB (Red+Green+Blue) = 63+175+172=410 (54% of max value = 765). Red value is 63 (25% from 255 or 15.37% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFAC is #C05053. Grayscale: #8D8D8D. Windows color (decimal): -12603476 or 11317055. OLE color: 11317055.

HSL color Cylindrical-coordinate representation of color #3FAFAC: hue angle of 178.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAFAC is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 172 -
CMYK 0.64 0 0.02 0.31
HSL 178.39º 0.47% 0.47% -
HSV(B) 178.39º 0.64% 0.69% -
XYZ 24.83 34.7 44.42 -
YUV 141.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 63 175 172 0.64 0 0.02 0.31 178.39 0.47 0.47
Hex 3F AF AC 40 0 2 1F B2 2F 2F
Octal 77 257 254 100 0 2 37 262 57 57
Binary 111111 10101111 10101100 1000000 0 10 11111 10110010 101111 101111

Color Harmonies of #3FAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAFAC

Black with #3FAFAC

Text Example


Text Example

White with #3FAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,172); }

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

background-color css

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

 a { background-color: rgb(63,175,172); }

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

border-color css

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

 span { border-color: rgb(63,175,172); }

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