Html Css Color HEX #2FBBAE Light Sea Green

📋 copy color: '#2FBBAE'

red 47 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #2FBBAE

Tints of Light Sea Green #2FBBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 11.52%
G = 45.83%
B = 42.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#2FBBAE (or 0x2FBBAE) is known color: Light Sea Green. HEX triplet: 2F, BB and AE. RGB value is (47,187,174). Sum of RGB (Red+Green+Blue) = 47+187+174=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBBAE is #D04451. Grayscale: #8F8F8F. Windows color (decimal): -13648978 or 11451183. OLE color: 11451183.

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

Color convert

RGB 47 187 174 -
CMYK 0.75 0 0.07 0.27
HSL 174.43º 0.6% 0.46% -
HSV(B) 174.43º 0.75% 0.73% -
XYZ 26.58 39.2 46.21 -
YUV 143.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 47 187 174 0.75 0 0.07 0.27 174.43 0.6 0.46
Hex 2F BB AE 4B 0 7 1B AE 3C 2E
Octal 57 273 256 113 0 7 33 256 74 56
Binary 101111 10111011 10101110 1001011 0 111 11011 10101110 111100 101110

Color Harmonies of #2FBBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBAE

Black with #2FBBAE

Text Example


Text Example

White with #2FBBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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