Html Css Color HEX #2FB6AF Light Sea Green

📋 copy color: '#2FB6AF'

red 47 ◦ green 182 ◦ blue 175

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

Shades of Light Sea Green #2FB6AF

Tints of Light Sea Green #2FB6AF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

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

R = 11.63%
G = 45.05%
B = 43.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#2FB6AF (or 0x2FB6AF) is known color: Light Sea Green. HEX triplet: 2F, B6 and AF. RGB value is (47,182,175). Sum of RGB (Red+Green+Blue) = 47+182+175=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB6AF is #D04950. Grayscale: #8C8C8C. Windows color (decimal): -13650257 or 11515439. OLE color: 11515439.

HSL color Cylindrical-coordinate representation of color #2FB6AF: hue angle of 176.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB6AF is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 175 -
CMYK 0.74 0 0.04 0.29
HSL 176.89º 0.59% 0.45% -
HSV(B) 176.89º 0.74% 0.71% -
XYZ 25.64 37.16 46.38 -
YUV 140.84 147.27 61.07 -
System Red Green Blue C M Y K H S L
Decimal 47 182 175 0.74 0 0.04 0.29 176.89 0.59 0.45
Hex 2F B6 AF 4A 0 4 1D B1 3B 2D
Octal 57 266 257 112 0 4 35 261 73 55
Binary 101111 10110110 10101111 1001010 0 100 11101 10110001 111011 101101

Color Harmonies of #2FB6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB6AF

Black with #2FB6AF

Text Example


Text Example

White with #2FB6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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