Html Css Color HEX #85FDCC Aquamarine

📋 copy color: '#85FDCC'

red 133 ◦ green 253 ◦ blue 204

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

Shades of Aquamarine #85FDCC

Tints of Aquamarine #85FDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.88%

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

R = 22.54%
G = 42.88%
B = 34.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#85FDCC (or 0x85FDCC) is known color: Aquamarine. HEX triplet: 85, FD and CC. RGB value is (133,253,204). Sum of RGB (Red+Green+Blue) = 133+253+204=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDCC is #7A0233. Grayscale: #D3D3D3. Windows color (decimal): -7995956 or 13434245. OLE color: 13434245.

HSL color Cylindrical-coordinate representation of color #85FDCC: hue angle of 155.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDCC is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 204 -
CMYK 0.47 0 0.19 0.01
HSL 155.5º 0.97% 0.76% -
HSV(B) 155.5º 0.47% 0.99% -
XYZ 55.7 79.6 69.55 -
YUV 211.53 123.74 71.98 -
System Red Green Blue C M Y K H S L
Decimal 133 253 204 0.47 0 0.19 0.01 155.5 0.97 0.76
Hex 85 FD CC 2F 0 13 1 9C 61 4C
Octal 205 375 314 57 0 23 1 234 141 114
Binary 10000101 11111101 11001100 101111 0 10011 1 10011100 1100001 1001100

Color Harmonies of #85FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDCC

Black with #85FDCC

Text Example


Text Example

White with #85FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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