Html Css Color HEX #76B4B4 Neptune

📋 copy color: '#76B4B4'

red 118 ◦ green 180 ◦ blue 180

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

Shades of Neptune #76B4B4

Tints of Neptune #76B4B4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

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

R = 24.69%
G = 37.66%
B = 37.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#76B4B4 (or 0x76B4B4) is known color: Neptune. HEX triplet: 76, B4 and B4. RGB value is (118,180,180). Sum of RGB (Red+Green+Blue) = 118+180+180=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: green, blue. Hex color #76B4B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B4B4 is #894B4B. Grayscale: #A1A1A1. Windows color (decimal): -8997708 or 11842678. OLE color: 11842678.

HSL color Cylindrical-coordinate representation of color #76B4B4: hue angle of 180º 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 #76B4B4 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 180 -
CMYK 0.34 0 0 0.29
HSL 180º 0.29% 0.58% -
HSV(B) 180º 0.34% 0.71% -
XYZ 32.03 39.79 49.17 -
YUV 161.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 118 180 180 0.34 0 0 0.29 180 0.29 0.58
Hex 76 B4 B4 22 0 0 1D B4 1D 3A
Octal 166 264 264 42 0 0 35 264 35 72
Binary 1110110 10110100 10110100 100010 0 0 11101 10110100 11101 111010

Color Harmonies of #76B4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B4B4

Black with #76B4B4

Text Example


Text Example

White with #76B4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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