Html Css Color HEX #7FB5A4 Sea Nymph

📋 copy color: '#7FB5A4'

red 127 ◦ green 181 ◦ blue 164

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

Shades of Sea Nymph #7FB5A4

Tints of Sea Nymph #7FB5A4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 164 (64.45% from 255) = 34.75%

R = 26.91%
G = 38.35%
B = 34.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#7FB5A4 (or 0x7FB5A4) is known color: Sea Nymph. HEX triplet: 7F, B5 and A4. RGB value is (127,181,164). Sum of RGB (Red+Green+Blue) = 127+181+164=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB5A4 is #804A5B. Grayscale: #A2A2A2. Windows color (decimal): -8407644 or 10794367. OLE color: 10794367.

HSL color Cylindrical-coordinate representation of color #7FB5A4: hue angle of 161.11º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB5A4 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 181 164 -
CMYK 0.30 0 0.09 0.29
HSL 161.11º 0.27% 0.6% -
HSV(B) 161.11º 0.3% 0.71% -
XYZ 31.98 40.24 41.2 -
YUV 162.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 127 181 164 0.30 0 0.09 0.29 161.11 0.27 0.6
Hex 7F B5 A4 1E 0 9 1D A1 1B 3C
Octal 177 265 244 36 0 11 35 241 33 74
Binary 1111111 10110101 10100100 11110 0 1001 11101 10100001 11011 111100

Color Harmonies of #7FB5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB5A4

Black with #7FB5A4

Text Example


Text Example

White with #7FB5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,181,164); }

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

background-color css

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

 a { background-color: rgb(127,181,164); }

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

border-color css

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

 span { border-color: rgb(127,181,164); }

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