Html Css Color HEX #80B5B3 Neptune

📋 copy color: '#80B5B3'

red 128 ◦ green 181 ◦ blue 179

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

Shades of Neptune #80B5B3

Tints of Neptune #80B5B3

RGB

 RED value IS 128 (50.39% from 255) = 26.23%

 GREEN value IS 181 (71.09% from 255) = 37.09%

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

R = 26.23%
G = 37.09%
B = 36.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#80B5B3 (or 0x80B5B3) is known color: Neptune. HEX triplet: 80, B5 and B3. RGB value is (128,181,179). Sum of RGB (Red+Green+Blue) = 128+181+179=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #80B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5B3 is #7F4A4C. Grayscale: #A4A4A4. Windows color (decimal): -8342093 or 11777408. OLE color: 11777408.

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

Color convert

RGB 128 181 179 -
CMYK 0.29 0 0.01 0.29
HSL 177.74º 0.26% 0.61% -
HSV(B) 177.74º 0.29% 0.71% -
XYZ 33.56 40.89 48.77 -
YUV 164.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 128 181 179 0.29 0 0.01 0.29 177.74 0.26 0.61
Hex 80 B5 B3 1D 0 1 1D B2 1A 3D
Octal 200 265 263 35 0 1 35 262 32 75
Binary 10000000 10110101 10110011 11101 0 1 11101 10110010 11010 111101

Color Harmonies of #80B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B5B3

Black with #80B5B3

Text Example


Text Example

White with #80B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B5B3; }

 p { color: rgb(128,181,179); }

 H1.HeaderClassName
 {
   color: #80B5B3;
 }
 .AnyTagClassName
 {
   color: #80B5B3;
 }
</style>

background-color css

<style>
 a { background-color: #80B5B3; }

 a { background-color: rgb(128,181,179); }

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

border-color css

<style>
 span { border-color: #80B5B3; }

 span { border-color: rgb(128,181,179); }

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