Html Css Color HEX #2FBCA2 Light Sea Green

📋 copy color: '#2FBCA2'

red 47 ◦ green 188 ◦ blue 162

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

Shades of Light Sea Green #2FBCA2

Tints of Light Sea Green #2FBCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 11.84%
G = 47.36%
B = 40.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#2FBCA2 (or 0x2FBCA2) is known color: Light Sea Green. HEX triplet: 2F, BC and A2. RGB value is (47,188,162). Sum of RGB (Red+Green+Blue) = 47+188+162=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBCA2 is #D0435D. Grayscale: #8E8E8E. Windows color (decimal): -13648734 or 10665007. OLE color: 10665007.

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

Color convert

RGB 47 188 162 -
CMYK 0.75 0 0.14 0.26
HSL 168.94º 0.6% 0.46% -
HSV(B) 168.94º 0.75% 0.74% -
XYZ 25.68 39.18 40.39 -
YUV 142.88 138.79 59.61 -
System Red Green Blue C M Y K H S L
Decimal 47 188 162 0.75 0 0.14 0.26 168.94 0.6 0.46
Hex 2F BC A2 4B 0 E 1A A9 3C 2E
Octal 57 274 242 113 0 16 32 251 74 56
Binary 101111 10111100 10100010 1001011 0 1110 11010 10101001 111100 101110

Color Harmonies of #2FBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCA2

Black with #2FBCA2

Text Example


Text Example

White with #2FBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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