Html Css Color HEX #7FB1A3 Sea Nymph

📋 copy color: '#7FB1A3'

red 127 ◦ green 177 ◦ blue 163

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

Shades of Sea Nymph #7FB1A3

Tints of Sea Nymph #7FB1A3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.9%

 BLUE value IS 163 (64.06% from 255) = 34.9%

R = 27.19%
G = 37.9%
B = 34.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#7FB1A3 (or 0x7FB1A3) is known color: Sea Nymph. HEX triplet: 7F, B1 and A3. RGB value is (127,177,163). Sum of RGB (Red+Green+Blue) = 127+177+163=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB1A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB1A3 is #804E5C. Grayscale: #A0A0A0. Windows color (decimal): -8408669 or 10727807. OLE color: 10727807.

HSL color Cylindrical-coordinate representation of color #7FB1A3: hue angle of 163.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB1A3 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 177 163 -
CMYK 0.28 0 0.08 0.31
HSL 163.2º 0.24% 0.6% -
HSV(B) 163.2º 0.28% 0.69% -
XYZ 31.09 38.6 40.46 -
YUV 160.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 127 177 163 0.28 0 0.08 0.31 163.2 0.24 0.6
Hex 7F B1 A3 1C 0 8 1F A3 18 3C
Octal 177 261 243 34 0 10 37 243 30 74
Binary 1111111 10110001 10100011 11100 0 1000 11111 10100011 11000 111100

Color Harmonies of #7FB1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB1A3

Black with #7FB1A3

Text Example


Text Example

White with #7FB1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,177,163); }

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

background-color css

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

 a { background-color: rgb(127,177,163); }

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

border-color css

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

 span { border-color: rgb(127,177,163); }

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