Html Css Color HEX #2FB7A8 Light Sea Green

📋 copy color: '#2FB7A8'

red 47 ◦ green 183 ◦ blue 168

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

Shades of Light Sea Green #2FB7A8

Tints of Light Sea Green #2FB7A8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.98%

 BLUE value IS 168 (66.02% from 255) = 42.21%

R = 11.81%
G = 45.98%
B = 42.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#2FB7A8 (or 0x2FB7A8) is known color: Light Sea Green. HEX triplet: 2F, B7 and A8. RGB value is (47,183,168). Sum of RGB (Red+Green+Blue) = 47+183+168=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB7A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB7A8 is #D04857. Grayscale: #8C8C8C. Windows color (decimal): -13650008 or 11056943. OLE color: 11056943.

HSL color Cylindrical-coordinate representation of color #2FB7A8: hue angle of 173.38º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB7A8 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 183 168 -
CMYK 0.74 0 0.08 0.28
HSL 173.38º 0.59% 0.45% -
HSV(B) 173.38º 0.74% 0.72% -
XYZ 25.17 37.3 42.92 -
YUV 140.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 47 183 168 0.74 0 0.08 0.28 173.38 0.59 0.45
Hex 2F B7 A8 4A 0 8 1C AD 3B 2D
Octal 57 267 250 112 0 10 34 255 73 55
Binary 101111 10110111 10101000 1001010 0 1000 11100 10101101 111011 101101

Color Harmonies of #2FB7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB7A8

Black with #2FB7A8

Text Example


Text Example

White with #2FB7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,183,168); }

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

background-color css

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

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

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

border-color css

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

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

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