Html Css Color HEX #82B4B2 Neptune

📋 copy color: '#82B4B2'

red 130 ◦ green 180 ◦ blue 178

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

Shades of Neptune #82B4B2

Tints of Neptune #82B4B2

RGB

 RED value IS 130 (51.17% from 255) = 26.64%

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

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 26.64%
G = 36.89%
B = 36.48%

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

#82B4B2 (or 0x82B4B2) is known color: Neptune. HEX triplet: 82, B4 and B2. RGB value is (130,180,178). Sum of RGB (Red+Green+Blue) = 130+180+178=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #82B4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B4B2 is #7D4B4D. Grayscale: #A4A4A4. Windows color (decimal): -8211278 or 11711618. OLE color: 11711618.

HSL color Cylindrical-coordinate representation of color #82B4B2: hue angle of 177.6º degrees, saturation: 0.25, 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 #82B4B2 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 180 178 -
CMYK 0.28 0 0.01 0.29
HSL 177.6º 0.25% 0.61% -
HSV(B) 177.6º 0.28% 0.71% -
XYZ 33.56 40.6 48.19 -
YUV 164.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 130 180 178 0.28 0 0.01 0.29 177.6 0.25 0.61
Hex 82 B4 B2 1C 0 1 1D B2 19 3D
Octal 202 264 262 34 0 1 35 262 31 75
Binary 10000010 10110100 10110010 11100 0 1 11101 10110010 11001 111101

Color Harmonies of #82B4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B4B2

Black with #82B4B2

Text Example


Text Example

White with #82B4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82B4B2; }

 p { color: rgb(130,180,178); }

 H1.HeaderClassName
 {
   color: #82B4B2;
 }
 .AnyTagClassName
 {
   color: #82B4B2;
 }
</style>

background-color css

<style>
 a { background-color: #82B4B2; }

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

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

border-color css

<style>
 span { border-color: #82B4B2; }

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

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