Html Css Color HEX #76B3B4 Neptune

📋 copy color: '#76B3B4'

red 118 ◦ green 179 ◦ blue 180

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

Shades of Neptune #76B3B4

Tints of Neptune #76B3B4

RGB

 RED value IS 118 (46.48% from 255) = 24.74%

 GREEN value IS 179 (70.31% from 255) = 37.53%

 BLUE value IS 180 (70.7% from 255) = 37.74%

R = 24.74%
G = 37.53%
B = 37.74%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#76B3B4 (or 0x76B3B4) is known color: Neptune. HEX triplet: 76, B3 and B4. RGB value is (118,179,180). Sum of RGB (Red+Green+Blue) = 118+179+180=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #76B3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B3B4 is #894C4B. Grayscale: #A0A0A0. Windows color (decimal): -8997964 or 11842422. OLE color: 11842422.

HSL color Cylindrical-coordinate representation of color #76B3B4: hue angle of 180.97º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B3B4 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 179 180 -
CMYK 0.34 0.01 0 0.29
HSL 180.97º 0.29% 0.58% -
HSV(B) 180.97º 0.34% 0.71% -
XYZ 31.83 39.39 49.1 -
YUV 160.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 118 179 180 0.34 0.01 0 0.29 180.97 0.29 0.58
Hex 76 B3 B4 22 1 0 1D B5 1D 3A
Octal 166 263 264 42 1 0 35 265 35 72
Binary 1110110 10110011 10110100 100010 1 0 11101 10110101 11101 111010

Color Harmonies of #76B3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B3B4

Black with #76B3B4

Text Example


Text Example

White with #76B3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B3B4; }

 p { color: rgb(118,179,180); }

 H1.HeaderClassName
 {
   color: #76B3B4;
 }
 .AnyTagClassName
 {
   color: #76B3B4;
 }
</style>

background-color css

<style>
 a { background-color: #76B3B4; }

 a { background-color: rgb(118,179,180); }

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

border-color css

<style>
 span { border-color: #76B3B4; }

 span { border-color: rgb(118,179,180); }

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