Html Css Color HEX #2FBBB0 Light Sea Green

📋 copy color: '#2FBBB0'

red 47 ◦ green 187 ◦ blue 176

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

Shades of Light Sea Green #2FBBB0

Tints of Light Sea Green #2FBBB0

RGB

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

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

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

R = 11.46%
G = 45.61%
B = 42.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#2FBBB0 (or 0x2FBBB0) is known color: Light Sea Green. HEX triplet: 2F, BB and B0. RGB value is (47,187,176). Sum of RGB (Red+Green+Blue) = 47+187+176=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBBB0 is #D0444F. Grayscale: #8F8F8F. Windows color (decimal): -13648976 or 11582255. OLE color: 11582255.

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

Color convert

RGB 47 187 176 -
CMYK 0.75 0 0.06 0.27
HSL 175.29º 0.6% 0.46% -
HSV(B) 175.29º 0.75% 0.73% -
XYZ 26.78 39.28 47.24 -
YUV 143.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 47 187 176 0.75 0 0.06 0.27 175.29 0.6 0.46
Hex 2F BB B0 4B 0 6 1B AF 3C 2E
Octal 57 273 260 113 0 6 33 257 74 56
Binary 101111 10111011 10110000 1001011 0 110 11011 10101111 111100 101110

Color Harmonies of #2FBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBB0

Black with #2FBBB0

Text Example


Text Example

White with #2FBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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