Html Css Color HEX #85FDDB Aquamarine

📋 copy color: '#85FDDB'

red 133 ◦ green 253 ◦ blue 219

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

Shades of Aquamarine #85FDDB

Tints of Aquamarine #85FDDB

RGB

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

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

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

R = 21.98%
G = 41.82%
B = 36.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#85FDDB (or 0x85FDDB) is known color: Aquamarine. HEX triplet: 85, FD and DB. RGB value is (133,253,219). Sum of RGB (Red+Green+Blue) = 133+253+219=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDDB is #7A0224. Grayscale: #D5D5D5. Windows color (decimal): -7995941 or 14417285. OLE color: 14417285.

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

Color convert

RGB 133 253 219 -
CMYK 0.47 0 0.13 0.01
HSL 163º 0.97% 0.76% -
HSV(B) 163º 0.47% 0.99% -
XYZ 57.58 80.35 79.49 -
YUV 213.24 131.24 70.76 -
System Red Green Blue C M Y K H S L
Decimal 133 253 219 0.47 0 0.13 0.01 163 0.97 0.76
Hex 85 FD DB 2F 0 D 1 A3 61 4C
Octal 205 375 333 57 0 15 1 243 141 114
Binary 10000101 11111101 11011011 101111 0 1101 1 10100011 1100001 1001100

Color Harmonies of #85FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDDB

Black with #85FDDB

Text Example


Text Example

White with #85FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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