Html Css Color HEX #85FABC Aquamarine

📋 copy color: '#85FABC'

red 133 ◦ green 250 ◦ blue 188

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

Shades of Aquamarine #85FABC

Tints of Aquamarine #85FABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.78%

 BLUE value IS 188 (73.83% from 255) = 32.92%

R = 23.29%
G = 43.78%
B = 32.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#85FABC (or 0x85FABC) is known color: Aquamarine. HEX triplet: 85, FA and BC. RGB value is (133,250,188). Sum of RGB (Red+Green+Blue) = 133+250+188=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #85FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FABC is #7A0543. Grayscale: #D0D0D0. Windows color (decimal): -7996740 or 12384901. OLE color: 12384901.

HSL color Cylindrical-coordinate representation of color #85FABC: hue angle of 148.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FABC is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 188 -
CMYK 0.47 0 0.25 0.02
HSL 148.21º 0.92% 0.75% -
HSV(B) 148.21º 0.47% 0.98% -
XYZ 52.94 76.99 59.65 -
YUV 207.95 116.74 74.54 -
System Red Green Blue C M Y K H S L
Decimal 133 250 188 0.47 0 0.25 0.02 148.21 0.92 0.75
Hex 85 FA BC 2F 0 19 2 94 5C 4B
Octal 205 372 274 57 0 31 2 224 134 113
Binary 10000101 11111010 10111100 101111 0 11001 10 10010100 1011100 1001011

Color Harmonies of #85FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FABC

Black with #85FABC

Text Example


Text Example

White with #85FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,188); }

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

background-color css

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

 a { background-color: rgb(133,250,188); }

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

border-color css

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

 span { border-color: rgb(133,250,188); }

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