Html Css Color HEX #2FC6AF Light Sea Green

📋 copy color: '#2FC6AF'

red 47 ◦ green 198 ◦ blue 175

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

Shades of Light Sea Green #2FC6AF

Tints of Light Sea Green #2FC6AF

RGB

 RED value IS 47 (18.75% from 255) = 11.19%

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 11.19%
G = 47.14%
B = 41.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#2FC6AF (or 0x2FC6AF) is known color: Light Sea Green. HEX triplet: 2F, C6 and AF. RGB value is (47,198,175). Sum of RGB (Red+Green+Blue) = 47+198+175=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC6AF is #D03950. Grayscale: #969696. Windows color (decimal): -13646161 or 11519535. OLE color: 11519535.

HSL color Cylindrical-coordinate representation of color #2FC6AF: hue angle of 170.86º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC6AF is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 198 175 -
CMYK 0.76 0 0.12 0.22
HSL 170.86º 0.62% 0.48% -
HSV(B) 170.86º 0.76% 0.78% -
XYZ 29.1 44.09 47.53 -
YUV 150.23 141.97 54.37 -
System Red Green Blue C M Y K H S L
Decimal 47 198 175 0.76 0 0.12 0.22 170.86 0.62 0.48
Hex 2F C6 AF 4C 0 C 16 AB 3E 30
Octal 57 306 257 114 0 14 26 253 76 60
Binary 101111 11000110 10101111 1001100 0 1100 10110 10101011 111110 110000

Color Harmonies of #2FC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC6AF

Black with #2FC6AF

Text Example


Text Example

White with #2FC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FC6AF; }

 p { color: rgb(47,198,175); }

 H1.HeaderClassName
 {
   color: #2FC6AF;
 }
 .AnyTagClassName
 {
   color: #2FC6AF;
 }
</style>

background-color css

<style>
 a { background-color: #2FC6AF; }

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

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

border-color css

<style>
 span { border-color: #2FC6AF; }

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

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