Html Css Color HEX #2FB0BE Light Sea Green

📋 copy color: '#2FB0BE'

red 47 ◦ green 176 ◦ blue 190

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

Shades of Light Sea Green #2FB0BE

Tints of Light Sea Green #2FB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 11.38%
G = 42.62%
B = 46%

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

#2FB0BE (or 0x2FB0BE) is known color: Light Sea Green. HEX triplet: 2F, B0 and BE. RGB value is (47,176,190). Sum of RGB (Red+Green+Blue) = 47+176+190=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FB0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FB0BE is #D04F41. Grayscale: #8A8A8A. Windows color (decimal): -13651778 or 12496943. OLE color: 12496943.

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

Color convert

RGB 47 176 190 -
CMYK 0.75 0.07 0 0.25
HSL 185.87º 0.6% 0.46% -
HSV(B) 185.87º 0.75% 0.75% -
XYZ 25.99 35.37 54.17 -
YUV 139.03 156.76 62.36 -
System Red Green Blue C M Y K H S L
Decimal 47 176 190 0.75 0.07 0 0.25 185.87 0.6 0.46
Hex 2F B0 BE 4B 7 0 19 BA 3C 2E
Octal 57 260 276 113 7 0 31 272 74 56
Binary 101111 10110000 10111110 1001011 111 0 11001 10111010 111100 101110

Color Harmonies of #2FB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB0BE

Black with #2FB0BE

Text Example


Text Example

White with #2FB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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