Html Css Color HEX #2FB4BB Light Sea Green

📋 copy color: '#2FB4BB'

red 47 ◦ green 180 ◦ blue 187

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

Shades of Light Sea Green #2FB4BB

Tints of Light Sea Green #2FB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.48%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 11.35%
G = 43.48%
B = 45.17%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2FB4BB (or 0x2FB4BB) is known color: Light Sea Green. HEX triplet: 2F, B4 and BB. RGB value is (47,180,187). Sum of RGB (Red+Green+Blue) = 47+180+187=414 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.35% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #2FB4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4BB is #D04B44. Grayscale: #8C8C8C. Windows color (decimal): -13650757 or 12301359. OLE color: 12301359.

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

Color convert

RGB 47 180 187 -
CMYK 0.75 0.04 0 0.27
HSL 183º 0.6% 0.46% -
HSV(B) 183º 0.75% 0.73% -
XYZ 26.46 36.83 52.73 -
YUV 141.03 153.94 60.93 -
System Red Green Blue C M Y K H S L
Decimal 47 180 187 0.75 0.04 0 0.27 183 0.6 0.46
Hex 2F B4 BB 4B 4 0 1B B7 3C 2E
Octal 57 264 273 113 4 0 33 267 74 56
Binary 101111 10110100 10111011 1001011 100 0 11011 10110111 111100 101110

Color Harmonies of #2FB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB4BB

Black with #2FB4BB

Text Example


Text Example

White with #2FB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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