Html Css Color HEX #72ACB3 Neptune

📋 copy color: '#72ACB3'

red 114 ◦ green 172 ◦ blue 179

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

Shades of Neptune #72ACB3

Tints of Neptune #72ACB3

RGB

 RED value IS 114 (44.92% from 255) = 24.52%

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

 BLUE value IS 179 (70.31% from 255) = 38.49%

R = 24.52%
G = 36.99%
B = 38.49%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#72ACB3 (or 0x72ACB3) is known color: Neptune. HEX triplet: 72, AC and B3. RGB value is (114,172,179). Sum of RGB (Red+Green+Blue) = 114+172+179=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #72ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72ACB3 is #8D534C. Grayscale: #9B9B9B. Windows color (decimal): -9261901 or 11775090. OLE color: 11775090.

HSL color Cylindrical-coordinate representation of color #72ACB3: hue angle of 186.46º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72ACB3 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 172 179 -
CMYK 0.36 0.04 0 0.30
HSL 186.46º 0.3% 0.57% -
HSV(B) 186.46º 0.36% 0.7% -
XYZ 29.83 36.34 48.09 -
YUV 155.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 114 172 179 0.36 0.04 0 0.30 186.46 0.3 0.57
Hex 72 AC B3 24 4 0 1E BA 1E 39
Octal 162 254 263 44 4 0 36 272 36 71
Binary 1110010 10101100 10110011 100100 100 0 11110 10111010 11110 111001

Color Harmonies of #72ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72ACB3

Black with #72ACB3

Text Example


Text Example

White with #72ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72ACB3; }

 p { color: rgb(114,172,179); }

 H1.HeaderClassName
 {
   color: #72ACB3;
 }
 .AnyTagClassName
 {
   color: #72ACB3;
 }
</style>

background-color css

<style>
 a { background-color: #72ACB3; }

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

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

border-color css

<style>
 span { border-color: #72ACB3; }

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

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