Html Css Color HEX #85FAD2 Aquamarine

📋 copy color: '#85FAD2'

red 133 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #85FAD2

Tints of Aquamarine #85FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.41%

R = 22.43%
G = 42.16%
B = 35.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#85FAD2 (or 0x85FAD2) is known color: Aquamarine. HEX triplet: 85, FA and D2. RGB value is (133,250,210). Sum of RGB (Red+Green+Blue) = 133+250+210=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FAD2 is #7A052D. Grayscale: #D2D2D2. Windows color (decimal): -7996718 or 13826693. OLE color: 13826693.

HSL color Cylindrical-coordinate representation of color #85FAD2: hue angle of 159.49º 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 #85FAD2 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 210 -
CMYK 0.47 0 0.16 0.02
HSL 159.49º 0.92% 0.75% -
HSV(B) 159.49º 0.47% 0.98% -
XYZ 55.49 78.01 73.11 -
YUV 210.46 127.74 72.75 -
System Red Green Blue C M Y K H S L
Decimal 133 250 210 0.47 0 0.16 0.02 159.49 0.92 0.75
Hex 85 FA D2 2F 0 10 2 9F 5C 4B
Octal 205 372 322 57 0 20 2 237 134 113
Binary 10000101 11111010 11010010 101111 0 10000 10 10011111 1011100 1001011

Color Harmonies of #85FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FAD2

Black with #85FAD2

Text Example


Text Example

White with #85FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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