Html Css Color HEX #76B2B3 Neptune

📋 copy color: '#76B2B3'

red 118 ◦ green 178 ◦ blue 179

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

Shades of Neptune #76B2B3

Tints of Neptune #76B2B3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.47%

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

R = 24.84%
G = 37.47%
B = 37.68%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#76B2B3 (or 0x76B2B3) is known color: Neptune. HEX triplet: 76, B2 and B3. RGB value is (118,178,179). Sum of RGB (Red+Green+Blue) = 118+178+179=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #76B2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2B3 is #894D4C. Grayscale: #A0A0A0. Windows color (decimal): -8998221 or 11776630. OLE color: 11776630.

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

Color convert

RGB 118 178 179 -
CMYK 0.34 0.01 0 0.30
HSL 180.98º 0.29% 0.58% -
HSV(B) 180.98º 0.34% 0.7% -
XYZ 31.53 38.95 48.5 -
YUV 160.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 118 178 179 0.34 0.01 0 0.30 180.98 0.29 0.58
Hex 76 B2 B3 22 1 0 1E B5 1D 3A
Octal 166 262 263 42 1 0 36 265 35 72
Binary 1110110 10110010 10110011 100010 1 0 11110 10110101 11101 111010

Color Harmonies of #76B2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B2B3

Black with #76B2B3

Text Example


Text Example

White with #76B2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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