Html Css Color HEX #7FB4A6 Sea Nymph

📋 copy color: '#7FB4A6'

red 127 ◦ green 180 ◦ blue 166

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

Shades of Sea Nymph #7FB4A6

Tints of Sea Nymph #7FB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 26.85%
G = 38.05%
B = 35.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#7FB4A6 (or 0x7FB4A6) is known color: Sea Nymph. HEX triplet: 7F, B4 and A6. RGB value is (127,180,166). Sum of RGB (Red+Green+Blue) = 127+180+166=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB4A6 is #804B59. Grayscale: #A2A2A2. Windows color (decimal): -8407898 or 10925183. OLE color: 10925183.

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

Color convert

RGB 127 180 166 -
CMYK 0.29 0 0.08 0.29
HSL 164.15º 0.26% 0.6% -
HSV(B) 164.15º 0.29% 0.71% -
XYZ 31.96 39.91 42.1 -
YUV 162.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 127 180 166 0.29 0 0.08 0.29 164.15 0.26 0.6
Hex 7F B4 A6 1D 0 8 1D A4 1A 3C
Octal 177 264 246 35 0 10 35 244 32 74
Binary 1111111 10110100 10100110 11101 0 1000 11101 10100100 11010 111100

Color Harmonies of #7FB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB4A6

Black with #7FB4A6

Text Example


Text Example

White with #7FB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,180,166); }

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

background-color css

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

 a { background-color: rgb(127,180,166); }

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

border-color css

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

 span { border-color: rgb(127,180,166); }

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