Html Css Color HEX #7FACAC Neptune

📋 copy color: '#7FACAC'

red 127 ◦ green 172 ◦ blue 172

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

Shades of Neptune #7FACAC

Tints of Neptune #7FACAC

RGB

 RED value IS 127 (50% from 255) = 26.96%

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 26.96%
G = 36.52%
B = 36.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7FACAC (or 0x7FACAC) is known color: Neptune. HEX triplet: 7F, AC and AC. RGB value is (127,172,172). Sum of RGB (Red+Green+Blue) = 127+172+172=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #7FACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACAC is #805353. Grayscale: #9E9E9E. Windows color (decimal): -8409940 or 11316351. OLE color: 11316351.

HSL color Cylindrical-coordinate representation of color #7FACAC: hue angle of 180º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FACAC is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 172 172 -
CMYK 0.26 0 0 0.33
HSL 180º 0.21% 0.59% -
HSV(B) 180º 0.26% 0.67% -
XYZ 30.95 37 44.54 -
YUV 158.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 127 172 172 0.26 0 0 0.33 180 0.21 0.59
Hex 7F AC AC 1A 0 0 21 B4 15 3B
Octal 177 254 254 32 0 0 41 264 25 73
Binary 1111111 10101100 10101100 11010 0 0 100001 10110100 10101 111011

Color Harmonies of #7FACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACAC

Black with #7FACAC

Text Example


Text Example

White with #7FACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,172,172); }

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

background-color css

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

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

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

border-color css

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

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

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