Html Css Color HEX #7CAFAE Neptune

📋 copy color: '#7CAFAE'

red 124 ◦ green 175 ◦ blue 174

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

Shades of Neptune #7CAFAE

Tints of Neptune #7CAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 26.22%
G = 37%
B = 36.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#7CAFAE (or 0x7CAFAE) is known color: Neptune. HEX triplet: 7C, AF and AE. RGB value is (124,175,174). Sum of RGB (Red+Green+Blue) = 124+175+174=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAFAE is #835051. Grayscale: #9F9F9F. Windows color (decimal): -8605778 or 11448188. OLE color: 11448188.

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

Color convert

RGB 124 175 174 -
CMYK 0.29 0 0.01 0.31
HSL 178.82º 0.24% 0.59% -
HSV(B) 178.82º 0.29% 0.69% -
XYZ 31.28 38 45.73 -
YUV 159.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 124 175 174 0.29 0 0.01 0.31 178.82 0.24 0.59
Hex 7C AF AE 1D 0 1 1F B3 18 3B
Octal 174 257 256 35 0 1 37 263 30 73
Binary 1111100 10101111 10101110 11101 0 1 11111 10110011 11000 111011

Color Harmonies of #7CAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAFAE

Black with #7CAFAE

Text Example


Text Example

White with #7CAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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