Html Css Color HEX #85EFCC Aquamarine

📋 copy color: '#85EFCC'

red 133 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #85EFCC

Tints of Aquamarine #85EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.49%

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 23.09%
G = 41.49%
B = 35.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#85EFCC (or 0x85EFCC) is known color: Aquamarine. HEX triplet: 85, EF and CC. RGB value is (133,239,204). Sum of RGB (Red+Green+Blue) = 133+239+204=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFCC is #7A1033. Grayscale: #CBCBCB. Windows color (decimal): -7999540 or 13430661. OLE color: 13430661.

HSL color Cylindrical-coordinate representation of color #85EFCC: hue angle of 160.19º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFCC is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 204 -
CMYK 0.44 0 0.15 0.06
HSL 160.19º 0.77% 0.73% -
HSV(B) 160.19º 0.44% 0.94% -
XYZ 51.44 71.08 68.14 -
YUV 203.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 133 239 204 0.44 0 0.15 0.06 160.19 0.77 0.73
Hex 85 EF CC 2C 0 F 6 A0 4D 49
Octal 205 357 314 54 0 17 6 240 115 111
Binary 10000101 11101111 11001100 101100 0 1111 110 10100000 1001101 1001001

Color Harmonies of #85EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFCC

Black with #85EFCC

Text Example


Text Example

White with #85EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,239,204); }

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

background-color css

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

 a { background-color: rgb(133,239,204); }

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

border-color css

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

 span { border-color: rgb(133,239,204); }

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