Html Css Color HEX #7CABAE Neptune

📋 copy color: '#7CABAE'

red 124 ◦ green 171 ◦ blue 174

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

Shades of Neptune #7CABAE

Tints of Neptune #7CABAE

RGB

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

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

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

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

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 124 171 174 -
CMYK 0.29 0.02 0 0.32
HSL 183.6º 0.24% 0.58% -
HSV(B) 183.6º 0.29% 0.68% -
XYZ 30.52 36.47 45.47 -
YUV 157.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 124 171 174 0.29 0.02 0 0.32 183.6 0.24 0.58
Hex 7C AB AE 1D 2 0 20 B8 18 3A
Octal 174 253 256 35 2 0 40 270 30 72
Binary 1111100 10101011 10101110 11101 10 0 100000 10111000 11000 111010

Color Harmonies of #7CABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CABAE

Black with #7CABAE

Text Example


Text Example

White with #7CABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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