Html Css Color HEX #84BBA5 Sea Nymph

📋 copy color: '#84BBA5'

red 132 ◦ green 187 ◦ blue 165

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

Shades of Sea Nymph #84BBA5

Tints of Sea Nymph #84BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.64%

 BLUE value IS 165 (64.84% from 255) = 34.09%

R = 27.27%
G = 38.64%
B = 34.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#84BBA5 (or 0x84BBA5) is known color: Sea Nymph. HEX triplet: 84, BB and A5. RGB value is (132,187,165). Sum of RGB (Red+Green+Blue) = 132+187+165=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBA5 is #7B445A. Grayscale: #A8A8A8. Windows color (decimal): -8078427 or 10861444. OLE color: 10861444.

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

Color convert

RGB 132 187 165 -
CMYK 0.29 0 0.12 0.27
HSL 156º 0.29% 0.63% -
HSV(B) 156º 0.29% 0.73% -
XYZ 34.08 43.16 42.13 -
YUV 168.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 132 187 165 0.29 0 0.12 0.27 156 0.29 0.63
Hex 84 BB A5 1D 0 C 1B 9C 1D 3F
Octal 204 273 245 35 0 14 33 234 35 77
Binary 10000100 10111011 10100101 11101 0 1100 11011 10011100 11101 111111

Color Harmonies of #84BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BBA5

Black with #84BBA5

Text Example


Text Example

White with #84BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,187,165); }

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

background-color css

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

 a { background-color: rgb(132,187,165); }

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

border-color css

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

 span { border-color: rgb(132,187,165); }

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