Html Css Color HEX #85FDDF Aquamarine

📋 copy color: '#85FDDF'

red 133 ◦ green 253 ◦ blue 223

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

Shades of Aquamarine #85FDDF

Tints of Aquamarine #85FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 21.84%
G = 41.54%
B = 36.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#85FDDF (or 0x85FDDF) is known color: Aquamarine. HEX triplet: 85, FD and DF. RGB value is (133,253,223). Sum of RGB (Red+Green+Blue) = 133+253+223=609 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.84% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FDDF is #7A0220. Grayscale: #D5D5D5. Windows color (decimal): -7995937 or 14679429. OLE color: 14679429.

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

Color convert

RGB 133 253 223 -
CMYK 0.47 0 0.12 0.01
HSL 165º 0.97% 0.76% -
HSV(B) 165º 0.47% 0.99% -
XYZ 58.12 80.56 82.3 -
YUV 213.7 133.24 70.44 -
System Red Green Blue C M Y K H S L
Decimal 133 253 223 0.47 0 0.12 0.01 165 0.97 0.76
Hex 85 FD DF 2F 0 C 1 A5 61 4C
Octal 205 375 337 57 0 14 1 245 141 114
Binary 10000101 11111101 11011111 101111 0 1100 1 10100101 1100001 1001100

Color Harmonies of #85FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDDF

Black with #85FDDF

Text Example


Text Example

White with #85FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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