Html Css Color HEX #7BAF9F Sea Nymph

📋 copy color: '#7BAF9F'

red 123 ◦ green 175 ◦ blue 159

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

Shades of Sea Nymph #7BAF9F

Tints of Sea Nymph #7BAF9F

RGB

 RED value IS 123 (48.44% from 255) = 26.91%

 GREEN value IS 175 (68.75% from 255) = 38.29%

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 26.91%
G = 38.29%
B = 34.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#7BAF9F (or 0x7BAF9F) is known color: Sea Nymph. HEX triplet: 7B, AF and 9F. RGB value is (123,175,159). Sum of RGB (Red+Green+Blue) = 123+175+159=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF9F is #845060. Grayscale: #9D9D9D. Windows color (decimal): -8671329 or 10465147. OLE color: 10465147.

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

Color convert

RGB 123 175 159 -
CMYK 0.30 0 0.09 0.31
HSL 161.54º 0.25% 0.58% -
HSV(B) 161.54º 0.3% 0.69% -
XYZ 29.76 37.37 38.45 -
YUV 157.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 123 175 159 0.30 0 0.09 0.31 161.54 0.25 0.58
Hex 7B AF 9F 1E 0 9 1F A2 19 3A
Octal 173 257 237 36 0 11 37 242 31 72
Binary 1111011 10101111 10011111 11110 0 1001 11111 10100010 11001 111010

Color Harmonies of #7BAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF9F

Black with #7BAF9F

Text Example


Text Example

White with #7BAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,159); }

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

background-color css

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

 a { background-color: rgb(123,175,159); }

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

border-color css

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

 span { border-color: rgb(123,175,159); }

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