Html Css Color HEX #85FFC4 Aquamarine

📋 copy color: '#85FFC4'

red 133 ◦ green 255 ◦ blue 196

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

Shades of Aquamarine #85FFC4

Tints of Aquamarine #85FFC4

RGB

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

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 196 (76.95% from 255) = 33.56%

R = 22.77%
G = 43.66%
B = 33.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#85FFC4 (or 0x85FFC4) is known color: Aquamarine. HEX triplet: 85, FF and C4. RGB value is (133,255,196). Sum of RGB (Red+Green+Blue) = 133+255+196=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFC4 is #7A003B. Grayscale: #D3D3D3. Windows color (decimal): -7995452 or 12910469. OLE color: 12910469.

HSL color Cylindrical-coordinate representation of color #85FFC4: hue angle of 150.98º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFC4 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 196 -
CMYK 0.48 0 0.23 0
HSL 150.98º 1% 0.76% -
HSV(B) 150.98º 0.48% 1% -
XYZ 55.4 80.49 64.84 -
YUV 211.8 119.08 71.8 -
System Red Green Blue C M Y K H S L
Decimal 133 255 196 0.48 0 0.23 0 150.98 1 0.76
Hex 85 FF C4 30 0 17 0 97 64 4C
Octal 205 377 304 60 0 27 0 227 144 114
Binary 10000101 11111111 11000100 110000 0 10111 0 10010111 1100100 1001100

Color Harmonies of #85FFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFC4

Black with #85FFC4

Text Example


Text Example

White with #85FFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,255,196); }

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

background-color css

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

 a { background-color: rgb(133,255,196); }

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

border-color css

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

 span { border-color: rgb(133,255,196); }

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