Html Css Color HEX #85FCDC Aquamarine

📋 copy color: '#85FCDC'

red 133 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #85FCDC

Tints of Aquamarine #85FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.65%

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

R = 21.98%
G = 41.65%
B = 36.36%

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

#85FCDC (or 0x85FCDC) is known color: Aquamarine. HEX triplet: 85, FC and DC. RGB value is (133,252,220). Sum of RGB (Red+Green+Blue) = 133+252+220=605 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.98% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCDC is #7A0323. Grayscale: #D4D4D4. Windows color (decimal): -7996196 or 14482565. OLE color: 14482565.

HSL color Cylindrical-coordinate representation of color #85FCDC: hue angle of 163.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCDC is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 220 -
CMYK 0.47 0 0.13 0.01
HSL 163.87º 0.95% 0.75% -
HSV(B) 163.87º 0.47% 0.99% -
XYZ 57.4 79.77 80.08 -
YUV 212.77 132.08 71.1 -
System Red Green Blue C M Y K H S L
Decimal 133 252 220 0.47 0 0.13 0.01 163.87 0.95 0.75
Hex 85 FC DC 2F 0 D 1 A4 5F 4B
Octal 205 374 334 57 0 15 1 244 137 113
Binary 10000101 11111100 11011100 101111 0 1101 1 10100100 1011111 1001011

Color Harmonies of #85FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCDC

Black with #85FCDC

Text Example


Text Example

White with #85FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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