Html Css Color HEX #84C0A8 Sea Nymph

📋 copy color: '#84C0A8'

red 132 ◦ green 192 ◦ blue 168

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

Shades of Sea Nymph #84C0A8

Tints of Sea Nymph #84C0A8

RGB

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

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

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

R = 26.83%
G = 39.02%
B = 34.15%

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

#84C0A8 (or 0x84C0A8) is known color: Sea Nymph. HEX triplet: 84, C0 and A8. RGB value is (132,192,168). Sum of RGB (Red+Green+Blue) = 132+192+168=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #84C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C0A8 is #7B3F57. Grayscale: #ABABAB. Windows color (decimal): -8077144 or 11059332. OLE color: 11059332.

HSL color Cylindrical-coordinate representation of color #84C0A8: hue angle of 156º 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 #84C0A8 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 192 168 -
CMYK 0.31 0 0.12 0.25
HSL 156º 0.32% 0.64% -
HSV(B) 156º 0.31% 0.75% -
XYZ 35.43 45.43 43.95 -
YUV 171.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 132 192 168 0.31 0 0.12 0.25 156 0.32 0.64
Hex 84 C0 A8 1F 0 C 19 9C 20 40
Octal 204 300 250 37 0 14 31 234 40 100
Binary 10000100 11000000 10101000 11111 0 1100 11001 10011100 100000 1000000

Color Harmonies of #84C0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C0A8

Black with #84C0A8

Text Example


Text Example

White with #84C0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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