Html Css Color HEX #85FFDA Aquamarine

📋 copy color: '#85FFDA'

red 133 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #85FFDA

Tints of Aquamarine #85FFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 21.95%
G = 42.08%
B = 35.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#85FFDA (or 0x85FFDA) is known color: Aquamarine. HEX triplet: 85, FF and DA. RGB value is (133,255,218). Sum of RGB (Red+Green+Blue) = 133+255+218=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFDA is #7A0025. Grayscale: #D6D6D6. Windows color (decimal): -7995430 or 14352261. OLE color: 14352261.

HSL color Cylindrical-coordinate representation of color #85FFDA: hue angle of 161.8º 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 #85FFDA is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 218 -
CMYK 0.48 0 0.15 0
HSL 161.8º 1% 0.76% -
HSV(B) 161.8º 0.48% 1% -
XYZ 58.09 81.57 79.01 -
YUV 214.3 130.08 70.01 -
System Red Green Blue C M Y K H S L
Decimal 133 255 218 0.48 0 0.15 0 161.8 1 0.76
Hex 85 FF DA 30 0 F 0 A2 64 4C
Octal 205 377 332 60 0 17 0 242 144 114
Binary 10000101 11111111 11011010 110000 0 1111 0 10100010 1100100 1001100

Color Harmonies of #85FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFDA

Black with #85FFDA

Text Example


Text Example

White with #85FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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