Html Css Color HEX #82BCA6 Sea Nymph

📋 copy color: '#82BCA6'

red 130 ◦ green 188 ◦ blue 166

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

Shades of Sea Nymph #82BCA6

Tints of Sea Nymph #82BCA6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

 BLUE value IS 166 (65.23% from 255) = 34.3%

R = 26.86%
G = 38.84%
B = 34.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#82BCA6 (or 0x82BCA6) is known color: Sea Nymph. HEX triplet: 82, BC and A6. RGB value is (130,188,166). Sum of RGB (Red+Green+Blue) = 130+188+166=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #82BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BCA6 is #7D4359. Grayscale: #A8A8A8. Windows color (decimal): -8209242 or 10927234. OLE color: 10927234.

HSL color Cylindrical-coordinate representation of color #82BCA6: hue angle of 157.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BCA6 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 166 -
CMYK 0.31 0 0.12 0.26
HSL 157.24º 0.3% 0.62% -
HSV(B) 157.24º 0.31% 0.74% -
XYZ 34.07 43.47 42.67 -
YUV 168.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 130 188 166 0.31 0 0.12 0.26 157.24 0.3 0.62
Hex 82 BC A6 1F 0 C 1A 9D 1E 3E
Octal 202 274 246 37 0 14 32 235 36 76
Binary 10000010 10111100 10100110 11111 0 1100 11010 10011101 11110 111110

Color Harmonies of #82BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCA6

Black with #82BCA6

Text Example


Text Example

White with #82BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,166); }

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

background-color css

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

 a { background-color: rgb(130,188,166); }

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

border-color css

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

 span { border-color: rgb(130,188,166); }

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