Html Css Color HEX #2FBCBB Light Sea Green

📋 copy color: '#2FBCBB'

red 47 ◦ green 188 ◦ blue 187

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

Shades of Light Sea Green #2FBCBB

Tints of Light Sea Green #2FBCBB

RGB

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

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

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

R = 11.14%
G = 44.55%
B = 44.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#2FBCBB (or 0x2FBCBB) is known color: Light Sea Green. HEX triplet: 2F, BC and BB. RGB value is (47,188,187). Sum of RGB (Red+Green+Blue) = 47+188+187=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCBB is #D04344. Grayscale: #919191. Windows color (decimal): -13648709 or 12303407. OLE color: 12303407.

HSL color Cylindrical-coordinate representation of color #2FBCBB: hue angle of 179.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBCBB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 188 187 -
CMYK 0.75 0 0.01 0.26
HSL 179.57º 0.6% 0.46% -
HSV(B) 179.57º 0.75% 0.74% -
XYZ 28.13 40.16 53.28 -
YUV 145.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 47 188 187 0.75 0 0.01 0.26 179.57 0.6 0.46
Hex 2F BC BB 4B 0 1 1A B4 3C 2E
Octal 57 274 273 113 0 1 32 264 74 56
Binary 101111 10111100 10111011 1001011 0 1 11010 10110100 111100 101110

Color Harmonies of #2FBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCBB

Black with #2FBCBB

Text Example


Text Example

White with #2FBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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