Html Css Color HEX #7FB7A1 Sea Nymph

📋 copy color: '#7FB7A1'

red 127 ◦ green 183 ◦ blue 161

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

Shades of Sea Nymph #7FB7A1

Tints of Sea Nymph #7FB7A1

RGB

 RED value IS 127 (50% from 255) = 26.96%

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

 BLUE value IS 161 (63.28% from 255) = 34.18%

R = 26.96%
G = 38.85%
B = 34.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#7FB7A1 (or 0x7FB7A1) is known color: Sea Nymph. HEX triplet: 7F, B7 and A1. RGB value is (127,183,161). Sum of RGB (Red+Green+Blue) = 127+183+161=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB7A1 is #80485E. Grayscale: #A3A3A3. Windows color (decimal): -8407135 or 10598271. OLE color: 10598271.

HSL color Cylindrical-coordinate representation of color #7FB7A1: hue angle of 156.43º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB7A1 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 183 161 -
CMYK 0.31 0 0.12 0.28
HSL 156.43º 0.28% 0.61% -
HSV(B) 156.43º 0.31% 0.72% -
XYZ 32.12 40.95 39.93 -
YUV 163.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 127 183 161 0.31 0 0.12 0.28 156.43 0.28 0.61
Hex 7F B7 A1 1F 0 C 1C 9C 1C 3D
Octal 177 267 241 37 0 14 34 234 34 75
Binary 1111111 10110111 10100001 11111 0 1100 11100 10011100 11100 111101

Color Harmonies of #7FB7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB7A1

Black with #7FB7A1

Text Example


Text Example

White with #7FB7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB7A1; }

 p { color: rgb(127,183,161); }

 H1.HeaderClassName
 {
   color: #7FB7A1;
 }
 .AnyTagClassName
 {
   color: #7FB7A1;
 }
</style>

background-color css

<style>
 a { background-color: #7FB7A1; }

 a { background-color: rgb(127,183,161); }

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

border-color css

<style>
 span { border-color: #7FB7A1; }

 span { border-color: rgb(127,183,161); }

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