Html Css Color HEX #74ACAC Neptune

📋 copy color: '#74ACAC'

red 116 ◦ green 172 ◦ blue 172

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

Shades of Neptune #74ACAC

Tints of Neptune #74ACAC

RGB

 RED value IS 116 (45.7% from 255) = 25.22%

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

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

R = 25.22%
G = 37.39%
B = 37.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#74ACAC (or 0x74ACAC) is known color: Neptune. HEX triplet: 74, AC and AC. RGB value is (116,172,172). Sum of RGB (Red+Green+Blue) = 116+172+172=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #74ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ACAC is #8B5353. Grayscale: #9B9B9B. Windows color (decimal): -9130836 or 11316340. OLE color: 11316340.

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

Color convert

RGB 116 172 172 -
CMYK 0.33 0 0 0.33
HSL 180º 0.25% 0.56% -
HSV(B) 180º 0.33% 0.67% -
XYZ 29.4 36.2 44.47 -
YUV 155.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 116 172 172 0.33 0 0 0.33 180 0.25 0.56
Hex 74 AC AC 21 0 0 21 B4 19 38
Octal 164 254 254 41 0 0 41 264 31 70
Binary 1110100 10101100 10101100 100001 0 0 100001 10110100 11001 111000

Color Harmonies of #74ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACAC

Black with #74ACAC

Text Example


Text Example

White with #74ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74ACAC; }

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

 H1.HeaderClassName
 {
   color: #74ACAC;
 }
 .AnyTagClassName
 {
   color: #74ACAC;
 }
</style>

background-color css

<style>
 a { background-color: #74ACAC; }

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

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

border-color css

<style>
 span { border-color: #74ACAC; }

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

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