Html Css Color HEX #82B8A9 Sea Nymph

📋 copy color: '#82B8A9'

red 130 ◦ green 184 ◦ blue 169

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

Shades of Sea Nymph #82B8A9

Tints of Sea Nymph #82B8A9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

 BLUE value IS 169 (66.41% from 255) = 34.99%

R = 26.92%
G = 38.1%
B = 34.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#82B8A9 (or 0x82B8A9) is known color: Sea Nymph. HEX triplet: 82, B8 and A9. RGB value is (130,184,169). Sum of RGB (Red+Green+Blue) = 130+184+169=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #82B8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B8A9 is #7D4756. Grayscale: #A6A6A6. Windows color (decimal): -8210263 or 11122818. OLE color: 11122818.

HSL color Cylindrical-coordinate representation of color #82B8A9: hue angle of 163.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82B8A9 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 184 169 -
CMYK 0.29 0 0.08 0.28
HSL 163.33º 0.28% 0.62% -
HSV(B) 163.33º 0.29% 0.72% -
XYZ 33.51 41.89 43.86 -
YUV 166.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 130 184 169 0.29 0 0.08 0.28 163.33 0.28 0.62
Hex 82 B8 A9 1D 0 8 1C A3 1C 3E
Octal 202 270 251 35 0 10 34 243 34 76
Binary 10000010 10111000 10101001 11101 0 1000 11100 10100011 11100 111110

Color Harmonies of #82B8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B8A9

Black with #82B8A9

Text Example


Text Example

White with #82B8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,184,169); }

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

background-color css

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

 a { background-color: rgb(130,184,169); }

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

border-color css

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

 span { border-color: rgb(130,184,169); }

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