Html Css Color HEX #85FFD3 Aquamarine

📋 copy color: '#85FFD3'

red 133 ◦ green 255 ◦ blue 211

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

Shades of Aquamarine #85FFD3

Tints of Aquamarine #85FFD3

RGB

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

 GREEN value IS 255 (100% from 255) = 42.57%

 BLUE value IS 211 (82.81% from 255) = 35.23%

R = 22.2%
G = 42.57%
B = 35.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#85FFD3 (or 0x85FFD3) is known color: Aquamarine. HEX triplet: 85, FF and D3. RGB value is (133,255,211). Sum of RGB (Red+Green+Blue) = 133+255+211=599 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.20% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFD3 is #7A002C. Grayscale: #D5D5D5. Windows color (decimal): -7995437 or 13893509. OLE color: 13893509.

HSL color Cylindrical-coordinate representation of color #85FFD3: hue angle of 158.36º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFD3 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 211 -
CMYK 0.48 0 0.17 0
HSL 158.36º 1% 0.76% -
HSV(B) 158.36º 0.48% 1% -
XYZ 57.19 81.21 74.29 -
YUV 213.51 126.58 70.58 -
System Red Green Blue C M Y K H S L
Decimal 133 255 211 0.48 0 0.17 0 158.36 1 0.76
Hex 85 FF D3 30 0 11 0 9E 64 4C
Octal 205 377 323 60 0 21 0 236 144 114
Binary 10000101 11111111 11010011 110000 0 10001 0 10011110 1100100 1001100

Color Harmonies of #85FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFD3

Black with #85FFD3

Text Example


Text Example

White with #85FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,255,211); }

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

background-color css

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

 a { background-color: rgb(133,255,211); }

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

border-color css

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

 span { border-color: rgb(133,255,211); }

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