Html Css Color HEX #85FDDC Aquamarine

📋 copy color: '#85FDDC'

red 133 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #85FDDC

Tints of Aquamarine #85FDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 21.95%
G = 41.75%
B = 36.3%

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

#85FDDC (or 0x85FDDC) is known color: Aquamarine. HEX triplet: 85, FD and DC. RGB value is (133,253,220). Sum of RGB (Red+Green+Blue) = 133+253+220=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDDC is #7A0223. Grayscale: #D5D5D5. Windows color (decimal): -7995940 or 14482821. OLE color: 14482821.

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

Color convert

RGB 133 253 220 -
CMYK 0.47 0 0.13 0.01
HSL 163.5º 0.97% 0.76% -
HSV(B) 163.5º 0.47% 0.99% -
XYZ 57.72 80.4 80.19 -
YUV 213.36 131.74 70.68 -
System Red Green Blue C M Y K H S L
Decimal 133 253 220 0.47 0 0.13 0.01 163.5 0.97 0.76
Hex 85 FD DC 2F 0 D 1 A4 61 4C
Octal 205 375 334 57 0 15 1 244 141 114
Binary 10000101 11111101 11011100 101111 0 1101 1 10100100 1100001 1001100

Color Harmonies of #85FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDDC

Black with #85FDDC

Text Example


Text Example

White with #85FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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