Html Css Color HEX #2FB9AF Light Sea Green

📋 copy color: '#2FB9AF'

red 47 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #2FB9AF

Tints of Light Sea Green #2FB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

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

R = 11.55%
G = 45.45%
B = 43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#2FB9AF (or 0x2FB9AF) is known color: Light Sea Green. HEX triplet: 2F, B9 and AF. RGB value is (47,185,175). Sum of RGB (Red+Green+Blue) = 47+185+175=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB9AF is #D04650. Grayscale: #8E8E8E. Windows color (decimal): -13649489 or 11516207. OLE color: 11516207.

HSL color Cylindrical-coordinate representation of color #2FB9AF: hue angle of 175.65º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB9AF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 185 175 -
CMYK 0.75 0 0.05 0.27
HSL 175.65º 0.59% 0.45% -
HSV(B) 175.65º 0.75% 0.73% -
XYZ 26.26 38.4 46.58 -
YUV 142.6 146.28 59.81 -
System Red Green Blue C M Y K H S L
Decimal 47 185 175 0.75 0 0.05 0.27 175.65 0.59 0.45
Hex 2F B9 AF 4B 0 5 1B B0 3B 2D
Octal 57 271 257 113 0 5 33 260 73 55
Binary 101111 10111001 10101111 1001011 0 101 11011 10110000 111011 101101

Color Harmonies of #2FB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB9AF

Black with #2FB9AF

Text Example


Text Example

White with #2FB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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