Html Css Color HEX #85FAB9 Aquamarine

📋 copy color: '#85FAB9'

red 133 ◦ green 250 ◦ blue 185

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

Shades of Aquamarine #85FAB9

Tints of Aquamarine #85FAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.01%

 BLUE value IS 185 (72.66% from 255) = 32.57%

R = 23.42%
G = 44.01%
B = 32.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#85FAB9 (or 0x85FAB9) is known color: Aquamarine. HEX triplet: 85, FA and B9. RGB value is (133,250,185). Sum of RGB (Red+Green+Blue) = 133+250+185=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FAB9 is #7A0546. Grayscale: #CFCFCF. Windows color (decimal): -7996743 or 12188293. OLE color: 12188293.

HSL color Cylindrical-coordinate representation of color #85FAB9: hue angle of 146.67º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FAB9 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 185 -
CMYK 0.47 0 0.26 0.02
HSL 146.67º 0.92% 0.75% -
HSV(B) 146.67º 0.47% 0.98% -
XYZ 52.62 76.86 57.96 -
YUV 207.61 115.24 74.79 -
System Red Green Blue C M Y K H S L
Decimal 133 250 185 0.47 0 0.26 0.02 146.67 0.92 0.75
Hex 85 FA B9 2F 0 1A 2 93 5C 4B
Octal 205 372 271 57 0 32 2 223 134 113
Binary 10000101 11111010 10111001 101111 0 11010 10 10010011 1011100 1001011

Color Harmonies of #85FAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FAB9

Black with #85FAB9

Text Example


Text Example

White with #85FAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,185); }

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

background-color css

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

 a { background-color: rgb(133,250,185); }

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

border-color css

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

 span { border-color: rgb(133,250,185); }

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