Html Css Color HEX #55CAAE Medium Aquamarine

📋 copy color: '#55CAAE'

red 85 ◦ green 202 ◦ blue 174

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

Shades of Medium Aquamarine #55CAAE

Tints of Medium Aquamarine #55CAAE

RGB

 RED value IS 85 (33.59% from 255) = 18.44%

 GREEN value IS 202 (79.3% from 255) = 43.82%

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 18.44%
G = 43.82%
B = 37.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#55CAAE (or 0x55CAAE) is known color: Medium Aquamarine. HEX triplet: 55, CA and AE. RGB value is (85,202,174). Sum of RGB (Red+Green+Blue) = 85+202+174=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #55CAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CAAE is #AA3551. Grayscale: #A3A3A3. Windows color (decimal): -11154770 or 11455061. OLE color: 11455061.

HSL color Cylindrical-coordinate representation of color #55CAAE: hue angle of 165.64º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CAAE is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 202 174 -
CMYK 0.58 0 0.14 0.21
HSL 165.64º 0.52% 0.56% -
HSV(B) 165.64º 0.58% 0.79% -
XYZ 32.51 47.23 47.45 -
YUV 163.83 133.74 71.78 -
System Red Green Blue C M Y K H S L
Decimal 85 202 174 0.58 0 0.14 0.21 165.64 0.52 0.56
Hex 55 CA AE 3A 0 E 15 A6 34 38
Octal 125 312 256 72 0 16 25 246 64 70
Binary 1010101 11001010 10101110 111010 0 1110 10101 10100110 110100 111000

Color Harmonies of #55CAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CAAE

Black with #55CAAE

Text Example


Text Example

White with #55CAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55CAAE; }

 p { color: rgb(85,202,174); }

 H1.HeaderClassName
 {
   color: #55CAAE;
 }
 .AnyTagClassName
 {
   color: #55CAAE;
 }
</style>

background-color css

<style>
 a { background-color: #55CAAE; }

 a { background-color: rgb(85,202,174); }

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

border-color css

<style>
 span { border-color: #55CAAE; }

 span { border-color: rgb(85,202,174); }

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