Html Css Color HEX #2FB1BE Light Sea Green

📋 copy color: '#2FB1BE'

red 47 ◦ green 177 ◦ blue 190

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

Shades of Light Sea Green #2FB1BE

Tints of Light Sea Green #2FB1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 11.35%
G = 42.75%
B = 45.89%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2FB1BE (or 0x2FB1BE) is known color: Light Sea Green. HEX triplet: 2F, B1 and BE. RGB value is (47,177,190). Sum of RGB (Red+Green+Blue) = 47+177+190=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FB1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FB1BE is #D04E41. Grayscale: #8B8B8B. Windows color (decimal): -13651522 or 12497199. OLE color: 12497199.

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

Color convert

RGB 47 177 190 -
CMYK 0.75 0.07 0 0.25
HSL 185.45º 0.6% 0.46% -
HSV(B) 185.45º 0.75% 0.75% -
XYZ 26.19 35.77 54.24 -
YUV 139.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 47 177 190 0.75 0.07 0 0.25 185.45 0.6 0.46
Hex 2F B1 BE 4B 7 0 19 B9 3C 2E
Octal 57 261 276 113 7 0 31 271 74 56
Binary 101111 10110001 10111110 1001011 111 0 11001 10111001 111100 101110

Color Harmonies of #2FB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB1BE

Black with #2FB1BE

Text Example


Text Example

White with #2FB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,190); }

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

background-color css

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

 a { background-color: rgb(47,177,190); }

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

border-color css

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

 span { border-color: rgb(47,177,190); }

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