Html Css Color HEX #85F6B6 Aquamarine

📋 copy color: '#85F6B6'

red 133 ◦ green 246 ◦ blue 182

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

Shades of Aquamarine #85F6B6

Tints of Aquamarine #85F6B6

RGB

 RED value IS 133 (52.34% from 255) = 23.71%

 GREEN value IS 246 (96.48% from 255) = 43.85%

 BLUE value IS 182 (71.48% from 255) = 32.44%

R = 23.71%
G = 43.85%
B = 32.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#85F6B6 (or 0x85F6B6) is known color: Aquamarine. HEX triplet: 85, F6 and B6. RGB value is (133,246,182). Sum of RGB (Red+Green+Blue) = 133+246+182=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F6B6 is #7A0949. Grayscale: #CDCDCD. Windows color (decimal): -7997770 or 11990661. OLE color: 11990661.

HSL color Cylindrical-coordinate representation of color #85F6B6: hue angle of 146.02º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F6B6 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 246 182 -
CMYK 0.46 0 0.26 0.04
HSL 146.02º 0.86% 0.74% -
HSV(B) 146.02º 0.46% 0.96% -
XYZ 51.07 74.28 55.9 -
YUV 204.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 133 246 182 0.46 0 0.26 0.04 146.02 0.86 0.74
Hex 85 F6 B6 2E 0 1A 4 92 56 4A
Octal 205 366 266 56 0 32 4 222 126 112
Binary 10000101 11110110 10110110 101110 0 11010 100 10010010 1010110 1001010

Color Harmonies of #85F6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F6B6

Black with #85F6B6

Text Example


Text Example

White with #85F6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85F6B6; }

 p { color: rgb(133,246,182); }

 H1.HeaderClassName
 {
   color: #85F6B6;
 }
 .AnyTagClassName
 {
   color: #85F6B6;
 }
</style>

background-color css

<style>
 a { background-color: #85F6B6; }

 a { background-color: rgb(133,246,182); }

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

border-color css

<style>
 span { border-color: #85F6B6; }

 span { border-color: rgb(133,246,182); }

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