#7CB19F

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

Shades of Sea Nymph #7CB19F

Tints of Sea Nymph #7CB19F

Color information

#7CB19F (or 0x7CB19F) is unknown color: approx Sea Nymph. HEX triplet: 7C, B1 and 9F. RGB value is (124,177,159). Sum of RGB (Red+Green+Blue) = 124+177+159=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB19F is #834E60. Grayscale: #9F9F9F. Windows color (decimal): -8605281 or 10465660. OLE color: 10465660.

HSL color Cylindrical-coordinate representation of color #7CB19F: hue angle of 159.62º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB19F is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB124177159-
CMYK0.3000.100.31
HSL159.62º25.36%59.02%-
HSV(B)159.62º29.94%69.41%-
XYZ30.2938.2338.58-
YUV159.1127.94102.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=26.96%
G=38.48%
B=34.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771590.3000.100.31159.6225.3659.02
Hex7CB19F1E0A1Fa0193b
Octal17426123736012372403173
Binary111110010110001100111111111001010111111010000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,159); }

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

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

 a { background-color: rgb(124,177,159); }

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

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

 span { border-color: rgb(124,177,159); }

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