Html Css Color HEX #7FB8A2 Sea Nymph

📋 copy color: '#7FB8A2'

red 127 ◦ green 184 ◦ blue 162

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

Shades of Sea Nymph #7FB8A2

Tints of Sea Nymph #7FB8A2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 26.85%
G = 38.9%
B = 34.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#7FB8A2 (or 0x7FB8A2) is known color: Sea Nymph. HEX triplet: 7F, B8 and A2. RGB value is (127,184,162). Sum of RGB (Red+Green+Blue) = 127+184+162=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB8A2 is #80475D. Grayscale: #A4A4A4. Windows color (decimal): -8406878 or 10664063. OLE color: 10664063.

HSL color Cylindrical-coordinate representation of color #7FB8A2: hue angle of 156.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB8A2 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 162 -
CMYK 0.31 0 0.12 0.28
HSL 156.84º 0.29% 0.61% -
HSV(B) 156.84º 0.31% 0.72% -
XYZ 32.41 41.4 40.47 -
YUV 164.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 127 184 162 0.31 0 0.12 0.28 156.84 0.29 0.61
Hex 7F B8 A2 1F 0 C 1C 9D 1D 3D
Octal 177 270 242 37 0 14 34 235 35 75
Binary 1111111 10111000 10100010 11111 0 1100 11100 10011101 11101 111101

Color Harmonies of #7FB8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB8A2

Black with #7FB8A2

Text Example


Text Example

White with #7FB8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,184,162); }

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

background-color css

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

 a { background-color: rgb(127,184,162); }

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

border-color css

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

 span { border-color: rgb(127,184,162); }

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