Html Css Color HEX #85FCDF Aquamarine

📋 copy color: '#85FCDF'

red 133 ◦ green 252 ◦ blue 223

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

Shades of Aquamarine #85FCDF

Tints of Aquamarine #85FCDF

RGB

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

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

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

R = 21.88%
G = 41.45%
B = 36.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#85FCDF (or 0x85FCDF) is known color: Aquamarine. HEX triplet: 85, FC and DF. RGB value is (133,252,223). Sum of RGB (Red+Green+Blue) = 133+252+223=608 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.88% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCDF is #7A0320. Grayscale: #D5D5D5. Windows color (decimal): -7996193 or 14679173. OLE color: 14679173.

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

Color convert

RGB 133 252 223 -
CMYK 0.47 0 0.12 0.01
HSL 165.38º 0.95% 0.75% -
HSV(B) 165.38º 0.47% 0.99% -
XYZ 57.8 79.94 82.19 -
YUV 213.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 133 252 223 0.47 0 0.12 0.01 165.38 0.95 0.75
Hex 85 FC DF 2F 0 C 1 A5 5F 4B
Octal 205 374 337 57 0 14 1 245 137 113
Binary 10000101 11111100 11011111 101111 0 1100 1 10100101 1011111 1001011

Color Harmonies of #85FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCDF

Black with #85FCDF

Text Example


Text Example

White with #85FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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