Html Css Color HEX #82BDA4 Sea Nymph

📋 copy color: '#82BDA4'

red 130 ◦ green 189 ◦ blue 164

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

Shades of Sea Nymph #82BDA4

Tints of Sea Nymph #82BDA4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

 BLUE value IS 164 (64.45% from 255) = 33.95%

R = 26.92%
G = 39.13%
B = 33.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#82BDA4 (or 0x82BDA4) is known color: Sea Nymph. HEX triplet: 82, BD and A4. RGB value is (130,189,164). Sum of RGB (Red+Green+Blue) = 130+189+164=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #82BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BDA4 is #7D425B. Grayscale: #A8A8A8. Windows color (decimal): -8208988 or 10796418. OLE color: 10796418.

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

Color convert

RGB 130 189 164 -
CMYK 0.31 0 0.13 0.26
HSL 154.58º 0.31% 0.63% -
HSV(B) 154.58º 0.31% 0.74% -
XYZ 34.1 43.82 41.78 -
YUV 168.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 130 189 164 0.31 0 0.13 0.26 154.58 0.31 0.63
Hex 82 BD A4 1F 0 D 1A 9B 1F 3F
Octal 202 275 244 37 0 15 32 233 37 77
Binary 10000010 10111101 10100100 11111 0 1101 11010 10011011 11111 111111

Color Harmonies of #82BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BDA4

Black with #82BDA4

Text Example


Text Example

White with #82BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,189,164); }

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

background-color css

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

 a { background-color: rgb(130,189,164); }

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

border-color css

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

 span { border-color: rgb(130,189,164); }

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