Html Css Color HEX #85F8E1 Aquamarine

📋 copy color: '#85F8E1'

red 133 ◦ green 248 ◦ blue 225

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

Shades of Aquamarine #85F8E1

Tints of Aquamarine #85F8E1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.92%

 BLUE value IS 225 (88.28% from 255) = 37.13%

R = 21.95%
G = 40.92%
B = 37.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#85F8E1 (or 0x85F8E1) is known color: Aquamarine. HEX triplet: 85, F8 and E1. RGB value is (133,248,225). Sum of RGB (Red+Green+Blue) = 133+248+225=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F8E1 is #7A071E. Grayscale: #D2D2D2. Windows color (decimal): -7997215 or 14809221. OLE color: 14809221.

HSL color Cylindrical-coordinate representation of color #85F8E1: hue angle of 168º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F8E1 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 248 225 -
CMYK 0.46 0 0.09 0.03
HSL 168º 0.89% 0.75% -
HSV(B) 168º 0.46% 0.97% -
XYZ 56.83 77.56 83.21 -
YUV 210.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 133 248 225 0.46 0 0.09 0.03 168 0.89 0.75
Hex 85 F8 E1 2E 0 9 3 A8 59 4B
Octal 205 370 341 56 0 11 3 250 131 113
Binary 10000101 11111000 11100001 101110 0 1001 11 10101000 1011001 1001011

Color Harmonies of #85F8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F8E1

Black with #85F8E1

Text Example


Text Example

White with #85F8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,248,225); }

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

background-color css

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

 a { background-color: rgb(133,248,225); }

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

border-color css

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

 span { border-color: rgb(133,248,225); }

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