Html Css Color HEX #85ECCF Aquamarine

📋 copy color: '#85ECCF'

red 133 ◦ green 236 ◦ blue 207

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

Shades of Aquamarine #85ECCF

Tints of Aquamarine #85ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.97%

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 23.09%
G = 40.97%
B = 35.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#85ECCF (or 0x85ECCF) is known color: Aquamarine. HEX triplet: 85, EC and CF. RGB value is (133,236,207). Sum of RGB (Red+Green+Blue) = 133+236+207=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECCF is #7A1330. Grayscale: #C9C9C9. Windows color (decimal): -8000305 or 13626501. OLE color: 13626501.

HSL color Cylindrical-coordinate representation of color #85ECCF: hue angle of 163.11º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECCF is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 207 -
CMYK 0.44 0 0.12 0.07
HSL 163.11º 0.73% 0.72% -
HSV(B) 163.11º 0.44% 0.93% -
XYZ 50.93 69.48 69.76 -
YUV 201.9 130.88 78.86 -
System Red Green Blue C M Y K H S L
Decimal 133 236 207 0.44 0 0.12 0.07 163.11 0.73 0.72
Hex 85 EC CF 2C 0 C 7 A3 49 48
Octal 205 354 317 54 0 14 7 243 111 110
Binary 10000101 11101100 11001111 101100 0 1100 111 10100011 1001001 1001000

Color Harmonies of #85ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECCF

Black with #85ECCF

Text Example


Text Example

White with #85ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,207); }

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

background-color css

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

 a { background-color: rgb(133,236,207); }

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

border-color css

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

 span { border-color: rgb(133,236,207); }

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