Html Css Color HEX #85FADB Aquamarine

📋 copy color: '#85FADB'

red 133 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #85FADB

Tints of Aquamarine #85FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 22.09%
G = 41.53%
B = 36.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#85FADB (or 0x85FADB) is known color: Aquamarine. HEX triplet: 85, FA and DB. RGB value is (133,250,219). Sum of RGB (Red+Green+Blue) = 133+250+219=602 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.09% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #85FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FADB is #7A0524. Grayscale: #D3D3D3. Windows color (decimal): -7996709 or 14416517. OLE color: 14416517.

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

Color convert

RGB 133 250 219 -
CMYK 0.47 0 0.12 0.02
HSL 164.1º 0.92% 0.75% -
HSV(B) 164.1º 0.47% 0.98% -
XYZ 56.64 78.47 79.18 -
YUV 211.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 133 250 219 0.47 0 0.12 0.02 164.1 0.92 0.75
Hex 85 FA DB 2F 0 C 2 A4 5C 4B
Octal 205 372 333 57 0 14 2 244 134 113
Binary 10000101 11111010 11011011 101111 0 1100 10 10100100 1011100 1001011

Color Harmonies of #85FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FADB

Black with #85FADB

Text Example


Text Example

White with #85FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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