Html Css Color HEX #84BFA8 Sea Nymph

📋 copy color: '#84BFA8'

red 132 ◦ green 191 ◦ blue 168

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

Shades of Sea Nymph #84BFA8

Tints of Sea Nymph #84BFA8

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

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

R = 26.88%
G = 38.9%
B = 34.22%

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

#84BFA8 (or 0x84BFA8) is known color: Sea Nymph. HEX triplet: 84, BF and A8. RGB value is (132,191,168). Sum of RGB (Red+Green+Blue) = 132+191+168=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFA8 is #7B4057. Grayscale: #AAAAAA. Windows color (decimal): -8077400 or 11059076. OLE color: 11059076.

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

Color convert

RGB 132 191 168 -
CMYK 0.31 0 0.12 0.25
HSL 156.61º 0.32% 0.63% -
HSV(B) 156.61º 0.31% 0.75% -
XYZ 35.21 44.99 43.87 -
YUV 170.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 132 191 168 0.31 0 0.12 0.25 156.61 0.32 0.63
Hex 84 BF A8 1F 0 C 19 9D 20 3F
Octal 204 277 250 37 0 14 31 235 40 77
Binary 10000100 10111111 10101000 11111 0 1100 11001 10011101 100000 111111

Color Harmonies of #84BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BFA8

Black with #84BFA8

Text Example


Text Example

White with #84BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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