Html Css Color HEX #7CAEAC Neptune

📋 copy color: '#7CAEAC'

red 124 ◦ green 174 ◦ blue 172

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

Shades of Neptune #7CAEAC

Tints of Neptune #7CAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

 BLUE value IS 172 (67.58% from 255) = 36.6%

R = 26.38%
G = 37.02%
B = 36.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#7CAEAC (or 0x7CAEAC) is known color: Neptune. HEX triplet: 7C, AE and AC. RGB value is (124,174,172). Sum of RGB (Red+Green+Blue) = 124+174+172=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAC is #835153. Grayscale: #9E9E9E. Windows color (decimal): -8606036 or 11316860. OLE color: 11316860.

HSL color Cylindrical-coordinate representation of color #7CAEAC: hue angle of 177.6º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAEAC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 174 172 -
CMYK 0.29 0 0.01 0.32
HSL 177.6º 0.24% 0.58% -
HSV(B) 177.6º 0.29% 0.68% -
XYZ 30.89 37.54 44.65 -
YUV 158.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 124 174 172 0.29 0 0.01 0.32 177.6 0.24 0.58
Hex 7C AE AC 1D 0 1 20 B2 18 3A
Octal 174 256 254 35 0 1 40 262 30 72
Binary 1111100 10101110 10101100 11101 0 1 100000 10110010 11000 111010

Color Harmonies of #7CAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAEAC

Black with #7CAEAC

Text Example


Text Example

White with #7CAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,174,172); }

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

background-color css

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

 a { background-color: rgb(124,174,172); }

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

border-color css

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

 span { border-color: rgb(124,174,172); }

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