Html Css Color HEX #7CAAAB Neptune

📋 copy color: '#7CAAAB'

red 124 ◦ green 170 ◦ blue 171

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

Shades of Neptune #7CAAAB

Tints of Neptune #7CAAAB

RGB

 RED value IS 124 (48.83% from 255) = 26.67%

 GREEN value IS 170 (66.8% from 255) = 36.56%

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 26.67%
G = 36.56%
B = 36.77%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7CAAAB (or 0x7CAAAB) is known color: Neptune. HEX triplet: 7C, AA and AB. RGB value is (124,170,171). Sum of RGB (Red+Green+Blue) = 124+170+171=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #7CAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAAAB is #835554. Grayscale: #9C9C9C. Windows color (decimal): -8607061 or 11250300. OLE color: 11250300.

HSL color Cylindrical-coordinate representation of color #7CAAAB: hue angle of 181.28º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAAAB is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 170 171 -
CMYK 0.27 0.01 0 0.33
HSL 181.28º 0.22% 0.58% -
HSV(B) 181.28º 0.27% 0.67% -
XYZ 30.04 35.97 43.89 -
YUV 156.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 124 170 171 0.27 0.01 0 0.33 181.28 0.22 0.58
Hex 7C AA AB 1B 1 0 21 B5 16 3A
Octal 174 252 253 33 1 0 41 265 26 72
Binary 1111100 10101010 10101011 11011 1 0 100001 10110101 10110 111010

Color Harmonies of #7CAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAAAB

Black with #7CAAAB

Text Example


Text Example

White with #7CAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,171); }

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

background-color css

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

 a { background-color: rgb(124,170,171); }

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

border-color css

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

 span { border-color: rgb(124,170,171); }

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