Html Css Color HEX #85FADF Aquamarine

📋 copy color: '#85FADF'

red 133 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #85FADF

Tints of Aquamarine #85FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 21.95%
G = 41.25%
B = 36.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#85FADF (or 0x85FADF) is known color: Aquamarine. HEX triplet: 85, FA and DF. RGB value is (133,250,223). Sum of RGB (Red+Green+Blue) = 133+250+223=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #85FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FADF is #7A0520. Grayscale: #D3D3D3. Windows color (decimal): -7996705 or 14678661. OLE color: 14678661.

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

Color convert

RGB 133 250 223 -
CMYK 0.47 0 0.11 0.02
HSL 166.15º 0.92% 0.75% -
HSV(B) 166.15º 0.47% 0.98% -
XYZ 57.18 78.69 81.99 -
YUV 211.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 133 250 223 0.47 0 0.11 0.02 166.15 0.92 0.75
Hex 85 FA DF 2F 0 B 2 A6 5C 4B
Octal 205 372 337 57 0 13 2 246 134 113
Binary 10000101 11111010 11011111 101111 0 1011 10 10100110 1011100 1001011

Color Harmonies of #85FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FADF

Black with #85FADF

Text Example


Text Example

White with #85FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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