Html Css Color HEX #7CAEAB Neptune

📋 copy color: '#7CAEAB'

red 124 ◦ green 174 ◦ blue 171

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

Shades of Neptune #7CAEAB

Tints of Neptune #7CAEAB

RGB

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

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

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

R = 26.44%
G = 37.1%
B = 36.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#7CAEAB (or 0x7CAEAB) is known color: Neptune. HEX triplet: 7C, AE and AB. RGB value is (124,174,171). Sum of RGB (Red+Green+Blue) = 124+174+171=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAB is #835154. Grayscale: #9E9E9E. Windows color (decimal): -8606037 or 11251324. OLE color: 11251324.

HSL color Cylindrical-coordinate representation of color #7CAEAB: hue angle of 176.4º 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 #7CAEAB is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 174 171 -
CMYK 0.29 0 0.02 0.32
HSL 176.4º 0.24% 0.58% -
HSV(B) 176.4º 0.29% 0.68% -
XYZ 30.8 37.5 44.14 -
YUV 158.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 124 174 171 0.29 0 0.02 0.32 176.4 0.24 0.58
Hex 7C AE AB 1D 0 2 20 B0 18 3A
Octal 174 256 253 35 0 2 40 260 30 72
Binary 1111100 10101110 10101011 11101 0 10 100000 10110000 11000 111010

Color Harmonies of #7CAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAEAB

Black with #7CAEAB

Text Example


Text Example

White with #7CAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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