Html Css Color HEX #2FB2AC Light Sea Green

📋 copy color: '#2FB2AC'

red 47 ◦ green 178 ◦ blue 172

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

Shades of Light Sea Green #2FB2AC

Tints of Light Sea Green #2FB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.84%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 11.84%
G = 44.84%
B = 43.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#2FB2AC (or 0x2FB2AC) is known color: Light Sea Green. HEX triplet: 2F, B2 and AC. RGB value is (47,178,172). Sum of RGB (Red+Green+Blue) = 47+178+172=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB2AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB2AC is #D04D53. Grayscale: #8A8A8A. Windows color (decimal): -13651284 or 11317807. OLE color: 11317807.

HSL color Cylindrical-coordinate representation of color #2FB2AC: hue angle of 177.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB2AC is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 172 -
CMYK 0.74 0 0.03 0.30
HSL 177.25º 0.58% 0.44% -
HSV(B) 177.25º 0.74% 0.7% -
XYZ 24.54 35.42 44.57 -
YUV 138.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 47 178 172 0.74 0 0.03 0.30 177.25 0.58 0.44
Hex 2F B2 AC 4A 0 3 1E B1 3A 2C
Octal 57 262 254 112 0 3 36 261 72 54
Binary 101111 10110010 10101100 1001010 0 11 11110 10110001 111010 101100

Color Harmonies of #2FB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB2AC

Black with #2FB2AC

Text Example


Text Example

White with #2FB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,172); }

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

background-color css

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

 a { background-color: rgb(47,178,172); }

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

border-color css

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

 span { border-color: rgb(47,178,172); }

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