Html Css Color HEX #55CFA5 Medium Aquamarine

📋 copy color: '#55CFA5'

red 85 ◦ green 207 ◦ blue 165

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

Shades of Medium Aquamarine #55CFA5

Tints of Medium Aquamarine #55CFA5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.3%

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 18.6%
G = 45.3%
B = 36.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#55CFA5 (or 0x55CFA5) is known color: Medium Aquamarine. HEX triplet: 55, CF and A5. RGB value is (85,207,165). Sum of RGB (Red+Green+Blue) = 85+207+165=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #55CFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CFA5 is #AA305A. Grayscale: #A5A5A5. Windows color (decimal): -11153499 or 10866517. OLE color: 10866517.

HSL color Cylindrical-coordinate representation of color #55CFA5: hue angle of 159.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CFA5 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 207 165 -
CMYK 0.59 0 0.20 0.19
HSL 159.34º 0.56% 0.57% -
HSV(B) 159.34º 0.59% 0.81% -
XYZ 32.85 49.27 43.38 -
YUV 165.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 85 207 165 0.59 0 0.20 0.19 159.34 0.56 0.57
Hex 55 CF A5 3B 0 14 13 9F 38 39
Octal 125 317 245 73 0 24 23 237 70 71
Binary 1010101 11001111 10100101 111011 0 10100 10011 10011111 111000 111001

Color Harmonies of #55CFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CFA5

Black with #55CFA5

Text Example


Text Example

White with #55CFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,207,165); }

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

background-color css

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

 a { background-color: rgb(85,207,165); }

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

border-color css

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

 span { border-color: rgb(85,207,165); }

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