Html Css Color HEX #2FBBBA Light Sea Green

📋 copy color: '#2FBBBA'

red 47 ◦ green 187 ◦ blue 186

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

Shades of Light Sea Green #2FBBBA

Tints of Light Sea Green #2FBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.52%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 11.19%
G = 44.52%
B = 44.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#2FBBBA (or 0x2FBBBA) is known color: Light Sea Green. HEX triplet: 2F, BB and BA. RGB value is (47,187,186). Sum of RGB (Red+Green+Blue) = 47+187+186=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBBA is #D04445. Grayscale: #909090. Windows color (decimal): -13648966 or 12237615. OLE color: 12237615.

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

Color convert

RGB 47 187 186 -
CMYK 0.75 0 0.01 0.27
HSL 179.57º 0.6% 0.46% -
HSV(B) 179.57º 0.75% 0.73% -
XYZ 27.81 39.69 52.65 -
YUV 145.03 151.12 58.08 -
System Red Green Blue C M Y K H S L
Decimal 47 187 186 0.75 0 0.01 0.27 179.57 0.6 0.46
Hex 2F BB BA 4B 0 1 1B B4 3C 2E
Octal 57 273 272 113 0 1 33 264 74 56
Binary 101111 10111011 10111010 1001011 0 1 11011 10110100 111100 101110

Color Harmonies of #2FBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBBA

Black with #2FBBBA

Text Example


Text Example

White with #2FBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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