Html Css Color HEX #85FCCE Aquamarine

📋 copy color: '#85FCCE'

red 133 ◦ green 252 ◦ blue 206

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

Shades of Aquamarine #85FCCE

Tints of Aquamarine #85FCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 22.5%
G = 42.64%
B = 34.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#85FCCE (or 0x85FCCE) is known color: Aquamarine. HEX triplet: 85, FC and CE. RGB value is (133,252,206). Sum of RGB (Red+Green+Blue) = 133+252+206=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCCE is #7A0331. Grayscale: #D3D3D3. Windows color (decimal): -7996210 or 13565061. OLE color: 13565061.

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

Color convert

RGB 133 252 206 -
CMYK 0.47 0 0.18 0.01
HSL 156.81º 0.95% 0.75% -
HSV(B) 156.81º 0.47% 0.99% -
XYZ 55.62 79.06 70.72 -
YUV 211.18 125.08 72.24 -
System Red Green Blue C M Y K H S L
Decimal 133 252 206 0.47 0 0.18 0.01 156.81 0.95 0.75
Hex 85 FC CE 2F 0 12 1 9D 5F 4B
Octal 205 374 316 57 0 22 1 235 137 113
Binary 10000101 11111100 11001110 101111 0 10010 1 10011101 1011111 1001011

Color Harmonies of #85FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCCE

Black with #85FCCE

Text Example


Text Example

White with #85FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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