Html Css Color HEX #2FBEBE Light Sea Green

📋 copy color: '#2FBEBE'

red 47 ◦ green 190 ◦ blue 190

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

Shades of Light Sea Green #2FBEBE

Tints of Light Sea Green #2FBEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

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

R = 11.01%
G = 44.5%
B = 44.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2FBEBE (or 0x2FBEBE) is known color: Light Sea Green. HEX triplet: 2F, BE and BE. RGB value is (47,190,190). Sum of RGB (Red+Green+Blue) = 47+190+190=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #2FBEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEBE is #D04141. Grayscale: #939393. Windows color (decimal): -13648194 or 12500527. OLE color: 12500527.

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

Color convert

RGB 47 190 190 -
CMYK 0.75 0 0 0.25
HSL 180º 0.6% 0.46% -
HSV(B) 180º 0.75% 0.75% -
XYZ 28.88 41.15 55.14 -
YUV 147.24 152.12 56.5 -
System Red Green Blue C M Y K H S L
Decimal 47 190 190 0.75 0 0 0.25 180 0.6 0.46
Hex 2F BE BE 4B 0 0 19 B4 3C 2E
Octal 57 276 276 113 0 0 31 264 74 56
Binary 101111 10111110 10111110 1001011 0 0 11001 10110100 111100 101110

Color Harmonies of #2FBEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEBE

Black with #2FBEBE

Text Example


Text Example

White with #2FBEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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