Html Css Color HEX #84BEA8 Sea Nymph

📋 copy color: '#84BEA8'

red 132 ◦ green 190 ◦ blue 168

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

Shades of Sea Nymph #84BEA8

Tints of Sea Nymph #84BEA8

RGB

 RED value IS 132 (51.95% from 255) = 26.94%

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

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

R = 26.94%
G = 38.78%
B = 34.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#84BEA8 (or 0x84BEA8) is known color: Sea Nymph. HEX triplet: 84, BE and A8. RGB value is (132,190,168). Sum of RGB (Red+Green+Blue) = 132+190+168=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BEA8 is #7B4157. Grayscale: #AAAAAA. Windows color (decimal): -8077656 or 11058820. OLE color: 11058820.

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

Color convert

RGB 132 190 168 -
CMYK 0.31 0 0.12 0.25
HSL 157.24º 0.31% 0.63% -
HSV(B) 157.24º 0.31% 0.75% -
XYZ 35 44.56 43.8 -
YUV 170.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 132 190 168 0.31 0 0.12 0.25 157.24 0.31 0.63
Hex 84 BE A8 1F 0 C 19 9D 1F 3F
Octal 204 276 250 37 0 14 31 235 37 77
Binary 10000100 10111110 10101000 11111 0 1100 11001 10011101 11111 111111

Color Harmonies of #84BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BEA8

Black with #84BEA8

Text Example


Text Example

White with #84BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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