#7FBDA5

Color #7FBDA5 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #7FBDA5

Tints of Sea Nymph #7FBDA5

Color information

#7FBDA5 (or 0x7FBDA5) is unknown color: approx Sea Nymph. HEX triplet: 7F, BD and A5. RGB value is (127,189,165). Sum of RGB (Red+Green+Blue) = 127+189+165=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDA5 is #80425A. Grayscale: #A7A7A7. Windows color (decimal): -8405595 or 10861951. OLE color: 10861951.

HSL color Cylindrical-coordinate representation of color #7FBDA5: hue angle of 156.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBDA5 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB127189165-
CMYK0.3300.130.26
HSL156.77º31.96%61.96%-
HSV(B)156.77º32.8%74.12%-
XYZ33.7443.6242.24-
YUV167.73126.4698.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.40%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=26.40%
G=39.29%
B=34.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891650.3300.130.26156.7731.9661.96
Hex7FBDA5210D1A9d203e
Octal17727524541015322354076
Binary11111111011110110100101100001011011101010011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,165); }

 H1.HeaderClassName
 {
   color: #7FBDA5;
 }
 .AnyTagClassName
 {
   color: #7FBDA5;
 }
</style>
background-color css

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

 a { background-color: rgb(127,189,165); }

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

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

 span { border-color: rgb(127,189,165); }

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