Html Css Color HEX #83B6B4 Neptune

📋 copy color: '#83B6B4'

red 131 ◦ green 182 ◦ blue 180

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

Shades of Neptune #83B6B4

Tints of Neptune #83B6B4

RGB

 RED value IS 131 (51.56% from 255) = 26.57%

 GREEN value IS 182 (71.48% from 255) = 36.92%

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

R = 26.57%
G = 36.92%
B = 36.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#83B6B4 (or 0x83B6B4) is known color: Neptune. HEX triplet: 83, B6 and B4. RGB value is (131,182,180). Sum of RGB (Red+Green+Blue) = 131+182+180=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #83B6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B6B4 is #7C494B. Grayscale: #A6A6A6. Windows color (decimal): -8145228 or 11843203. OLE color: 11843203.

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

Color convert

RGB 131 182 180 -
CMYK 0.28 0 0.01 0.29
HSL 177.65º 0.26% 0.61% -
HSV(B) 177.65º 0.28% 0.71% -
XYZ 34.33 41.58 49.4 -
YUV 166.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 131 182 180 0.28 0 0.01 0.29 177.65 0.26 0.61
Hex 83 B6 B4 1C 0 1 1D B2 1A 3D
Octal 203 266 264 34 0 1 35 262 32 75
Binary 10000011 10110110 10110100 11100 0 1 11101 10110010 11010 111101

Color Harmonies of #83B6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B6B4

Black with #83B6B4

Text Example


Text Example

White with #83B6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83B6B4; }

 p { color: rgb(131,182,180); }

 H1.HeaderClassName
 {
   color: #83B6B4;
 }
 .AnyTagClassName
 {
   color: #83B6B4;
 }
</style>

background-color css

<style>
 a { background-color: #83B6B4; }

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

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

border-color css

<style>
 span { border-color: #83B6B4; }

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

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