Html Css Color HEX #85FDD7 Aquamarine

📋 copy color: '#85FDD7'

red 133 ◦ green 253 ◦ blue 215

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

Shades of Aquamarine #85FDD7

Tints of Aquamarine #85FDD7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.1%

 BLUE value IS 215 (84.38% from 255) = 35.77%

R = 22.13%
G = 42.1%
B = 35.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#85FDD7 (or 0x85FDD7) is known color: Aquamarine. HEX triplet: 85, FD and D7. RGB value is (133,253,215). Sum of RGB (Red+Green+Blue) = 133+253+215=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDD7 is #7A0228. Grayscale: #D4D4D4. Windows color (decimal): -7995945 or 14155141. OLE color: 14155141.

HSL color Cylindrical-coordinate representation of color #85FDD7: hue angle of 161º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDD7 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 215 -
CMYK 0.47 0 0.15 0.01
HSL 161º 0.97% 0.76% -
HSV(B) 161º 0.47% 0.99% -
XYZ 57.06 80.14 76.75 -
YUV 212.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 133 253 215 0.47 0 0.15 0.01 161 0.97 0.76
Hex 85 FD D7 2F 0 F 1 A1 61 4C
Octal 205 375 327 57 0 17 1 241 141 114
Binary 10000101 11111101 11010111 101111 0 1111 1 10100001 1100001 1001100

Color Harmonies of #85FDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDD7

Black with #85FDD7

Text Example


Text Example

White with #85FDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,253,215); }

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

background-color css

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

 a { background-color: rgb(133,253,215); }

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

border-color css

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

 span { border-color: rgb(133,253,215); }

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