Html Css Color HEX #7FB8A7 Sea Nymph

📋 copy color: '#7FB8A7'

red 127 ◦ green 184 ◦ blue 167

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

Shades of Sea Nymph #7FB8A7

Tints of Sea Nymph #7FB8A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.94%

R = 26.57%
G = 38.49%
B = 34.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#7FB8A7 (or 0x7FB8A7) is known color: Sea Nymph. HEX triplet: 7F, B8 and A7. RGB value is (127,184,167). Sum of RGB (Red+Green+Blue) = 127+184+167=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB8A7 is #804758. Grayscale: #A5A5A5. Windows color (decimal): -8406873 or 10991743. OLE color: 10991743.

HSL color Cylindrical-coordinate representation of color #7FB8A7: hue angle of 162.11º 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 #7FB8A7 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 184 167 -
CMYK 0.31 0 0.09 0.28
HSL 162.11º 0.29% 0.61% -
HSV(B) 162.11º 0.31% 0.72% -
XYZ 32.87 41.58 42.85 -
YUV 165.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 127 184 167 0.31 0 0.09 0.28 162.11 0.29 0.61
Hex 7F B8 A7 1F 0 9 1C A2 1D 3D
Octal 177 270 247 37 0 11 34 242 35 75
Binary 1111111 10111000 10100111 11111 0 1001 11100 10100010 11101 111101

Color Harmonies of #7FB8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB8A7

Black with #7FB8A7

Text Example


Text Example

White with #7FB8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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