Html Css Color HEX #7FB8A8 Sea Nymph

📋 copy color: '#7FB8A8'

red 127 ◦ green 184 ◦ blue 168

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

Shades of Sea Nymph #7FB8A8

Tints of Sea Nymph #7FB8A8

RGB

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

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

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

R = 26.51%
G = 38.41%
B = 35.07%

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

#7FB8A8 (or 0x7FB8A8) is known color: Sea Nymph. HEX triplet: 7F, B8 and A8. RGB value is (127,184,168). Sum of RGB (Red+Green+Blue) = 127+184+168=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB8A8 is #804757. Grayscale: #A5A5A5. Windows color (decimal): -8406872 or 11057279. OLE color: 11057279.

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

Color convert

RGB 127 184 168 -
CMYK 0.31 0 0.09 0.28
HSL 163.16º 0.29% 0.61% -
HSV(B) 163.16º 0.31% 0.72% -
XYZ 32.96 41.62 43.34 -
YUV 165.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 127 184 168 0.31 0 0.09 0.28 163.16 0.29 0.61
Hex 7F B8 A8 1F 0 9 1C A3 1D 3D
Octal 177 270 250 37 0 11 34 243 35 75
Binary 1111111 10111000 10101000 11111 0 1001 11100 10100011 11101 111101

Color Harmonies of #7FB8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB8A8

Black with #7FB8A8

Text Example


Text Example

White with #7FB8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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