Html Css Color HEX #2FBAB0 Light Sea Green

📋 copy color: '#2FBAB0'

red 47 ◦ green 186 ◦ blue 176

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

Shades of Light Sea Green #2FBAB0

Tints of Light Sea Green #2FBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 11.49%
G = 45.48%
B = 43.03%

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

#2FBAB0 (or 0x2FBAB0) is known color: Light Sea Green. HEX triplet: 2F, BA and B0. RGB value is (47,186,176). Sum of RGB (Red+Green+Blue) = 47+186+176=409 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.49% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBAB0 is #D0454F. Grayscale: #8F8F8F. Windows color (decimal): -13649232 or 11581999. OLE color: 11581999.

HSL color Cylindrical-coordinate representation of color #2FBAB0: hue angle of 175.68º 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 #2FBAB0 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 176 -
CMYK 0.75 0 0.05 0.27
HSL 175.68º 0.6% 0.46% -
HSV(B) 175.68º 0.75% 0.73% -
XYZ 26.57 38.86 47.17 -
YUV 143.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 47 186 176 0.75 0 0.05 0.27 175.68 0.6 0.46
Hex 2F BA B0 4B 0 5 1B B0 3C 2E
Octal 57 272 260 113 0 5 33 260 74 56
Binary 101111 10111010 10110000 1001011 0 101 11011 10110000 111100 101110

Color Harmonies of #2FBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBAB0

Black with #2FBAB0

Text Example


Text Example

White with #2FBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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