Html Css Color HEX #2FB4A6 Light Sea Green

📋 copy color: '#2FB4A6'

red 47 ◦ green 180 ◦ blue 166

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

Shades of Light Sea Green #2FB4A6

Tints of Light Sea Green #2FB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 11.96%
G = 45.8%
B = 42.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#2FB4A6 (or 0x2FB4A6) is known color: Light Sea Green. HEX triplet: 2F, B4 and A6. RGB value is (47,180,166). Sum of RGB (Red+Green+Blue) = 47+180+166=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB4A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB4A6 is #D04B59. Grayscale: #8A8A8A. Windows color (decimal): -13650778 or 10925103. OLE color: 10925103.

HSL color Cylindrical-coordinate representation of color #2FB4A6: hue angle of 173.68º 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 #2FB4A6 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 166 -
CMYK 0.74 0 0.08 0.29
HSL 173.68º 0.59% 0.45% -
HSV(B) 173.68º 0.74% 0.71% -
XYZ 24.38 36 41.74 -
YUV 138.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 47 180 166 0.74 0 0.08 0.29 173.68 0.59 0.45
Hex 2F B4 A6 4A 0 8 1D AE 3B 2D
Octal 57 264 246 112 0 10 35 256 73 55
Binary 101111 10110100 10100110 1001010 0 1000 11101 10101110 111011 101101

Color Harmonies of #2FB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB4A6

Black with #2FB4A6

Text Example


Text Example

White with #2FB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,180,166); }

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

background-color css

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

 a { background-color: rgb(47,180,166); }

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

border-color css

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

 span { border-color: rgb(47,180,166); }

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