Html Css Color HEX #3FAFAF Light Sea Green

📋 copy color: '#3FAFAF'

red 63 ◦ green 175 ◦ blue 175

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

Shades of Light Sea Green #3FAFAF

Tints of Light Sea Green #3FAFAF

RGB

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

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

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

R = 15.25%
G = 42.37%
B = 42.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3FAFAF (or 0x3FAFAF) is known color: Light Sea Green. HEX triplet: 3F, AF and AF. RGB value is (63,175,175). Sum of RGB (Red+Green+Blue) = 63+175+175=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #3FAFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFAF is #C05050. Grayscale: #8D8D8D. Windows color (decimal): -12603473 or 11513663. OLE color: 11513663.

HSL color Cylindrical-coordinate representation of color #3FAFAF: hue angle of 180º 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 #3FAFAF is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 175 -
CMYK 0.64 0 0 0.31
HSL 180º 0.47% 0.47% -
HSV(B) 180º 0.64% 0.69% -
XYZ 25.12 34.81 45.95 -
YUV 141.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 63 175 175 0.64 0 0 0.31 180 0.47 0.47
Hex 3F AF AF 40 0 0 1F B4 2F 2F
Octal 77 257 257 100 0 0 37 264 57 57
Binary 111111 10101111 10101111 1000000 0 0 11111 10110100 101111 101111

Color Harmonies of #3FAFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAFAF

Black with #3FAFAF

Text Example


Text Example

White with #3FAFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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