Html Css Color HEX #2FBAB4 Light Sea Green

📋 copy color: '#2FBAB4'

red 47 ◦ green 186 ◦ blue 180

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

Shades of Light Sea Green #2FBAB4

Tints of Light Sea Green #2FBAB4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 180 (70.7% from 255) = 43.58%

R = 11.38%
G = 45.04%
B = 43.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#2FBAB4 (or 0x2FBAB4) is known color: Light Sea Green. HEX triplet: 2F, BA and B4. RGB value is (47,186,180). Sum of RGB (Red+Green+Blue) = 47+186+180=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBAB4 is #D0454B. Grayscale: #8F8F8F. Windows color (decimal): -13649228 or 11844143. OLE color: 11844143.

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

Color convert

RGB 47 186 180 -
CMYK 0.75 0 0.03 0.27
HSL 177.41º 0.6% 0.46% -
HSV(B) 177.41º 0.75% 0.73% -
XYZ 26.97 39.02 49.29 -
YUV 143.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 47 186 180 0.75 0 0.03 0.27 177.41 0.6 0.46
Hex 2F BA B4 4B 0 3 1B B1 3C 2E
Octal 57 272 264 113 0 3 33 261 74 56
Binary 101111 10111010 10110100 1001011 0 11 11011 10110001 111100 101110

Color Harmonies of #2FBAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBAB4

Black with #2FBAB4

Text Example


Text Example

White with #2FBAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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