Html Css Color HEX #2FBCBE Light Sea Green

📋 copy color: '#2FBCBE'

red 47 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #2FBCBE

Tints of Light Sea Green #2FBCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

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

R = 11.06%
G = 44.24%
B = 44.71%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2FBCBE (or 0x2FBCBE) is known color: Light Sea Green. HEX triplet: 2F, BC and BE. RGB value is (47,188,190). Sum of RGB (Red+Green+Blue) = 47+188+190=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #2FBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCBE is #D04341. Grayscale: #919191. Windows color (decimal): -13648706 or 12500015. OLE color: 12500015.

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

Color convert

RGB 47 188 190 -
CMYK 0.75 0.01 0 0.25
HSL 180.84º 0.6% 0.46% -
HSV(B) 180.84º 0.75% 0.75% -
XYZ 28.45 40.29 54.99 -
YUV 146.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 47 188 190 0.75 0.01 0 0.25 180.84 0.6 0.46
Hex 2F BC BE 4B 1 0 19 B5 3C 2E
Octal 57 274 276 113 1 0 31 265 74 56
Binary 101111 10111100 10111110 1001011 1 0 11001 10110101 111100 101110

Color Harmonies of #2FBCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCBE

Black with #2FBCBE

Text Example


Text Example

White with #2FBCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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