Html Css Color HEX #3FACAA Light Sea Green

📋 copy color: '#3FACAA'

red 63 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #3FACAA

Tints of Light Sea Green #3FACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

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

R = 15.56%
G = 42.47%
B = 41.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#3FACAA (or 0x3FACAA) is known color: Light Sea Green. HEX triplet: 3F, AC and AA. RGB value is (63,172,170). Sum of RGB (Red+Green+Blue) = 63+172+170=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #3FACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FACAA is #C05355. Grayscale: #8B8B8B. Windows color (decimal): -12604246 or 11185215. OLE color: 11185215.

HSL color Cylindrical-coordinate representation of color #3FACAA: hue angle of 178.9º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FACAA is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 172 170 -
CMYK 0.63 0 0.01 0.33
HSL 178.9º 0.46% 0.46% -
HSV(B) 178.9º 0.63% 0.67% -
XYZ 24.06 33.46 43.22 -
YUV 139.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 63 172 170 0.63 0 0.01 0.33 178.9 0.46 0.46
Hex 3F AC AA 3F 0 1 21 B3 2E 2E
Octal 77 254 252 77 0 1 41 263 56 56
Binary 111111 10101100 10101010 111111 0 1 100001 10110011 101110 101110

Color Harmonies of #3FACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FACAA

Black with #3FACAA

Text Example


Text Example

White with #3FACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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