Html Css Color HEX #2FBCB4 Light Sea Green

📋 copy color: '#2FBCB4'

red 47 ◦ green 188 ◦ blue 180

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

Shades of Light Sea Green #2FBCB4

Tints of Light Sea Green #2FBCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.37%

R = 11.33%
G = 45.3%
B = 43.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#2FBCB4 (or 0x2FBCB4) is known color: Light Sea Green. HEX triplet: 2F, BC and B4. RGB value is (47,188,180). Sum of RGB (Red+Green+Blue) = 47+188+180=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCB4 is #D0434B. Grayscale: #909090. Windows color (decimal): -13648716 or 11844655. OLE color: 11844655.

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

Color convert

RGB 47 188 180 -
CMYK 0.75 0 0.04 0.26
HSL 176.6º 0.6% 0.46% -
HSV(B) 176.6º 0.75% 0.74% -
XYZ 27.39 39.87 49.43 -
YUV 144.93 147.79 58.15 -
System Red Green Blue C M Y K H S L
Decimal 47 188 180 0.75 0 0.04 0.26 176.6 0.6 0.46
Hex 2F BC B4 4B 0 4 1A B1 3C 2E
Octal 57 274 264 113 0 4 32 261 74 56
Binary 101111 10111100 10110100 1001011 0 100 11010 10110001 111100 101110

Color Harmonies of #2FBCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCB4

Black with #2FBCB4

Text Example


Text Example

White with #2FBCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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