Html Css Color HEX #84C0A5 Sea Nymph

📋 copy color: '#84C0A5'

red 132 ◦ green 192 ◦ blue 165

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

Shades of Sea Nymph #84C0A5

Tints of Sea Nymph #84C0A5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

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

R = 26.99%
G = 39.26%
B = 33.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#84C0A5 (or 0x84C0A5) is known color: Sea Nymph. HEX triplet: 84, C0 and A5. RGB value is (132,192,165). Sum of RGB (Red+Green+Blue) = 132+192+165=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #84C0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C0A5 is #7B3F5A. Grayscale: #ABABAB. Windows color (decimal): -8077147 or 10862724. OLE color: 10862724.

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

Color convert

RGB 132 192 165 -
CMYK 0.31 0 0.14 0.25
HSL 153º 0.32% 0.64% -
HSV(B) 153º 0.31% 0.75% -
XYZ 35.16 45.32 42.49 -
YUV 170.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 132 192 165 0.31 0 0.14 0.25 153 0.32 0.64
Hex 84 C0 A5 1F 0 E 19 99 20 40
Octal 204 300 245 37 0 16 31 231 40 100
Binary 10000100 11000000 10100101 11111 0 1110 11001 10011001 100000 1000000

Color Harmonies of #84C0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C0A5

Black with #84C0A5

Text Example


Text Example

White with #84C0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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