Html Css Color HEX #7FBAA6 Sea Nymph

📋 copy color: '#7FBAA6'

red 127 ◦ green 186 ◦ blue 166

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

Shades of Sea Nymph #7FBAA6

Tints of Sea Nymph #7FBAA6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

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

R = 26.51%
G = 38.83%
B = 34.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#7FBAA6 (or 0x7FBAA6) is known color: Sea Nymph. HEX triplet: 7F, BA and A6. RGB value is (127,186,166). Sum of RGB (Red+Green+Blue) = 127+186+166=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBAA6 is #804559. Grayscale: #A6A6A6. Windows color (decimal): -8406362 or 10926719. OLE color: 10926719.

HSL color Cylindrical-coordinate representation of color #7FBAA6: hue angle of 159.66º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBAA6 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 166 -
CMYK 0.32 0 0.11 0.27
HSL 159.66º 0.3% 0.61% -
HSV(B) 159.66º 0.32% 0.73% -
XYZ 33.19 42.38 42.51 -
YUV 166.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 127 186 166 0.32 0 0.11 0.27 159.66 0.3 0.61
Hex 7F BA A6 20 0 B 1B A0 1E 3D
Octal 177 272 246 40 0 13 33 240 36 75
Binary 1111111 10111010 10100110 100000 0 1011 11011 10100000 11110 111101

Color Harmonies of #7FBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBAA6

Black with #7FBAA6

Text Example


Text Example

White with #7FBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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