Html Css Color HEX #85FCDD Aquamarine

📋 copy color: '#85FCDD'

red 133 ◦ green 252 ◦ blue 221

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

Shades of Aquamarine #85FCDD

Tints of Aquamarine #85FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.47%

R = 21.95%
G = 41.58%
B = 36.47%

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

#85FCDD (or 0x85FCDD) is known color: Aquamarine. HEX triplet: 85, FC and DD. RGB value is (133,252,221). Sum of RGB (Red+Green+Blue) = 133+252+221=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCDD is #7A0322. Grayscale: #D4D4D4. Windows color (decimal): -7996195 or 14548101. OLE color: 14548101.

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

Color convert

RGB 133 252 221 -
CMYK 0.47 0 0.12 0.01
HSL 164.37º 0.95% 0.75% -
HSV(B) 164.37º 0.47% 0.99% -
XYZ 57.53 79.83 80.78 -
YUV 212.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 133 252 221 0.47 0 0.12 0.01 164.37 0.95 0.75
Hex 85 FC DD 2F 0 C 1 A4 5F 4B
Octal 205 374 335 57 0 14 1 244 137 113
Binary 10000101 11111100 11011101 101111 0 1100 1 10100100 1011111 1001011

Color Harmonies of #85FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCDD

Black with #85FCDD

Text Example


Text Example

White with #85FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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