Html Css Color HEX #59FBC2 Aquamarine

📋 copy color: '#59FBC2'

red 89 ◦ green 251 ◦ blue 194

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

Shades of Aquamarine #59FBC2

Tints of Aquamarine #59FBC2

RGB

 RED value IS 89 (35.16% from 255) = 16.67%

 GREEN value IS 251 (98.44% from 255) = 47%

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 16.67%
G = 47%
B = 36.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#59FBC2 (or 0x59FBC2) is known color: Aquamarine. HEX triplet: 59, FB and C2. RGB value is (89,251,194). Sum of RGB (Red+Green+Blue) = 89+251+194=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #59FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FBC2 is #A6043D. Grayscale: #C4C4C4. Windows color (decimal): -10880062 or 12778329. OLE color: 12778329.

HSL color Cylindrical-coordinate representation of color #59FBC2: hue angle of 158.89º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FBC2 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 251 194 -
CMYK 0.65 0 0.23 0.02
HSL 158.89º 0.95% 0.67% -
HSV(B) 158.89º 0.65% 0.98% -
XYZ 48.35 75.01 62.97 -
YUV 196.06 126.83 51.63 -
System Red Green Blue C M Y K H S L
Decimal 89 251 194 0.65 0 0.23 0.02 158.89 0.95 0.67
Hex 59 FB C2 41 0 17 2 9F 5F 43
Octal 131 373 302 101 0 27 2 237 137 103
Binary 1011001 11111011 11000010 1000001 0 10111 10 10011111 1011111 1000011

Color Harmonies of #59FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FBC2

Black with #59FBC2

Text Example


Text Example

White with #59FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59FBC2; }

 p { color: rgb(89,251,194); }

 H1.HeaderClassName
 {
   color: #59FBC2;
 }
 .AnyTagClassName
 {
   color: #59FBC2;
 }
</style>

background-color css

<style>
 a { background-color: #59FBC2; }

 a { background-color: rgb(89,251,194); }

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

border-color css

<style>
 span { border-color: #59FBC2; }

 span { border-color: rgb(89,251,194); }

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