Html Css Color HEX #7CB0AF Neptune

📋 copy color: '#7CB0AF'

red 124 ◦ green 176 ◦ blue 175

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

Shades of Neptune #7CB0AF

Tints of Neptune #7CB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.05%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 26.11%
G = 37.05%
B = 36.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#7CB0AF (or 0x7CB0AF) is known color: Neptune. HEX triplet: 7C, B0 and AF. RGB value is (124,176,175). Sum of RGB (Red+Green+Blue) = 124+176+175=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB0AF is #834F50. Grayscale: #A0A0A0. Windows color (decimal): -8605521 or 11513980. OLE color: 11513980.

HSL color Cylindrical-coordinate representation of color #7CB0AF: hue angle of 178.85º 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 #7CB0AF is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 175 -
CMYK 0.30 0 0.01 0.31
HSL 178.85º 0.25% 0.59% -
HSV(B) 178.85º 0.3% 0.69% -
XYZ 31.58 38.43 46.31 -
YUV 160.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 124 176 175 0.30 0 0.01 0.31 178.85 0.25 0.59
Hex 7C B0 AF 1E 0 1 1F B3 19 3B
Octal 174 260 257 36 0 1 37 263 31 73
Binary 1111100 10110000 10101111 11110 0 1 11111 10110011 11001 111011

Color Harmonies of #7CB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB0AF

Black with #7CB0AF

Text Example


Text Example

White with #7CB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,175); }

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

background-color css

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

 a { background-color: rgb(124,176,175); }

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

border-color css

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

 span { border-color: rgb(124,176,175); }

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