Html Css Color HEX #7FBAA8 Sea Nymph

📋 copy color: '#7FBAA8'

red 127 ◦ green 186 ◦ blue 168

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

Shades of Sea Nymph #7FBAA8

Tints of Sea Nymph #7FBAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.93%

R = 26.4%
G = 38.67%
B = 34.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#7FBAA8 (or 0x7FBAA8) is known color: Sea Nymph. HEX triplet: 7F, BA and A8. RGB value is (127,186,168). Sum of RGB (Red+Green+Blue) = 127+186+168=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBAA8 is #804557. Grayscale: #A6A6A6. Windows color (decimal): -8406360 or 11057791. OLE color: 11057791.

HSL color Cylindrical-coordinate representation of color #7FBAA8: hue angle of 161.69º 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 #7FBAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 168 -
CMYK 0.32 0 0.10 0.27
HSL 161.69º 0.3% 0.61% -
HSV(B) 161.69º 0.32% 0.73% -
XYZ 33.38 42.46 43.48 -
YUV 166.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 127 186 168 0.32 0 0.10 0.27 161.69 0.3 0.61
Hex 7F BA A8 20 0 A 1B A2 1E 3D
Octal 177 272 250 40 0 12 33 242 36 75
Binary 1111111 10111010 10101000 100000 0 1010 11011 10100010 11110 111101

Color Harmonies of #7FBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBAA8

Black with #7FBAA8

Text Example


Text Example

White with #7FBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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