Html Css Color HEX #85FCD4 Aquamarine

📋 copy color: '#85FCD4'

red 133 ◦ green 252 ◦ blue 212

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

Shades of Aquamarine #85FCD4

Tints of Aquamarine #85FCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.51%

R = 22.28%
G = 42.21%
B = 35.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#85FCD4 (or 0x85FCD4) is known color: Aquamarine. HEX triplet: 85, FC and D4. RGB value is (133,252,212). Sum of RGB (Red+Green+Blue) = 133+252+212=597 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.28% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCD4 is #7A032B. Grayscale: #D3D3D3. Windows color (decimal): -7996204 or 13958277. OLE color: 13958277.

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

Color convert

RGB 133 252 212 -
CMYK 0.47 0 0.16 0.01
HSL 159.83º 0.95% 0.75% -
HSV(B) 159.83º 0.47% 0.99% -
XYZ 56.37 79.36 74.63 -
YUV 211.86 128.08 71.75 -
System Red Green Blue C M Y K H S L
Decimal 133 252 212 0.47 0 0.16 0.01 159.83 0.95 0.75
Hex 85 FC D4 2F 0 10 1 A0 5F 4B
Octal 205 374 324 57 0 20 1 240 137 113
Binary 10000101 11111100 11010100 101111 0 10000 1 10100000 1011111 1001011

Color Harmonies of #85FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCD4

Black with #85FCD4

Text Example


Text Example

White with #85FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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