Html Css Color HEX #3FAFAA Light Sea Green

📋 copy color: '#3FAFAA'

red 63 ◦ green 175 ◦ blue 170

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

Shades of Light Sea Green #3FAFAA

Tints of Light Sea Green #3FAFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 15.44%
G = 42.89%
B = 41.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#3FAFAA (or 0x3FAFAA) is known color: Light Sea Green. HEX triplet: 3F, AF and AA. RGB value is (63,175,170). Sum of RGB (Red+Green+Blue) = 63+175+170=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFAA is #C05055. Grayscale: #8C8C8C. Windows color (decimal): -12603478 or 11185983. OLE color: 11185983.

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

Color convert

RGB 63 175 170 -
CMYK 0.64 0 0.03 0.31
HSL 177.32º 0.47% 0.47% -
HSV(B) 177.32º 0.64% 0.69% -
XYZ 24.64 34.62 43.41 -
YUV 140.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 63 175 170 0.64 0 0.03 0.31 177.32 0.47 0.47
Hex 3F AF AA 40 0 3 1F B1 2F 2F
Octal 77 257 252 100 0 3 37 261 57 57
Binary 111111 10101111 10101010 1000000 0 11 11111 10110001 101111 101111

Color Harmonies of #3FAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAFAA

Black with #3FAFAA

Text Example


Text Example

White with #3FAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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