Html Css Color HEX #82BEA8 Sea Nymph

📋 copy color: '#82BEA8'

red 130 ◦ green 190 ◦ blue 168

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

Shades of Sea Nymph #82BEA8

Tints of Sea Nymph #82BEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.93%

 BLUE value IS 168 (66.02% from 255) = 34.43%

R = 26.64%
G = 38.93%
B = 34.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#82BEA8 (or 0x82BEA8) is known color: Sea Nymph. HEX triplet: 82, BE and A8. RGB value is (130,190,168). Sum of RGB (Red+Green+Blue) = 130+190+168=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEA8 is #7D4157. Grayscale: #A9A9A9. Windows color (decimal): -8208728 or 11058818. OLE color: 11058818.

HSL color Cylindrical-coordinate representation of color #82BEA8: hue angle of 158º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEA8 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 168 -
CMYK 0.32 0 0.12 0.25
HSL 158º 0.32% 0.63% -
HSV(B) 158º 0.32% 0.75% -
XYZ 34.69 44.4 43.79 -
YUV 169.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 130 190 168 0.32 0 0.12 0.25 158 0.32 0.63
Hex 82 BE A8 20 0 C 19 9E 20 3F
Octal 202 276 250 40 0 14 31 236 40 77
Binary 10000010 10111110 10101000 100000 0 1100 11001 10011110 100000 111111

Color Harmonies of #82BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEA8

Black with #82BEA8

Text Example


Text Example

White with #82BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,190,168); }

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

background-color css

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

 a { background-color: rgb(130,190,168); }

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

border-color css

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

 span { border-color: rgb(130,190,168); }

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