Html Css Color HEX #2FBCBF Light Sea Green

📋 copy color: '#2FBCBF'

red 47 ◦ green 188 ◦ blue 191

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

Shades of Light Sea Green #2FBCBF

Tints of Light Sea Green #2FBCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 11.03%
G = 44.13%
B = 44.84%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2FBCBF (or 0x2FBCBF) is known color: Light Sea Green. HEX triplet: 2F, BC and BF. RGB value is (47,188,191). Sum of RGB (Red+Green+Blue) = 47+188+191=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #2FBCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCBF is #D04340. Grayscale: #929292. Windows color (decimal): -13648705 or 12565551. OLE color: 12565551.

HSL color Cylindrical-coordinate representation of color #2FBCBF: hue angle of 181.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBCBF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 188 191 -
CMYK 0.75 0.02 0 0.25
HSL 181.25º 0.61% 0.47% -
HSV(B) 181.25º 0.75% 0.75% -
XYZ 28.56 40.33 55.57 -
YUV 146.18 153.29 57.26 -
System Red Green Blue C M Y K H S L
Decimal 47 188 191 0.75 0.02 0 0.25 181.25 0.61 0.47
Hex 2F BC BF 4B 2 0 19 B5 3D 2F
Octal 57 274 277 113 2 0 31 265 75 57
Binary 101111 10111100 10111111 1001011 10 0 11001 10110101 111101 101111

Color Harmonies of #2FBCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCBF

Black with #2FBCBF

Text Example


Text Example

White with #2FBCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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