Html Css Color HEX #7FADAD Neptune

📋 copy color: '#7FADAD'

red 127 ◦ green 173 ◦ blue 173

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

Shades of Neptune #7FADAD

Tints of Neptune #7FADAD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 26.85%
G = 36.58%
B = 36.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7FADAD (or 0x7FADAD) is known color: Neptune. HEX triplet: 7F, AD and AD. RGB value is (127,173,173). Sum of RGB (Red+Green+Blue) = 127+173+173=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #7FADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADAD is #805252. Grayscale: #9F9F9F. Windows color (decimal): -8409683 or 11382143. OLE color: 11382143.

HSL color Cylindrical-coordinate representation of color #7FADAD: hue angle of 180º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FADAD is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 173 -
CMYK 0.27 0 0 0.32
HSL 180º 0.22% 0.59% -
HSV(B) 180º 0.27% 0.68% -
XYZ 31.24 37.42 45.11 -
YUV 159.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 127 173 173 0.27 0 0 0.32 180 0.22 0.59
Hex 7F AD AD 1B 0 0 20 B4 16 3B
Octal 177 255 255 33 0 0 40 264 26 73
Binary 1111111 10101101 10101101 11011 0 0 100000 10110100 10110 111011

Color Harmonies of #7FADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADAD

Black with #7FADAD

Text Example


Text Example

White with #7FADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,173); }

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

background-color css

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

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

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

border-color css

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

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

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