Html Css Color HEX #55CBAA Medium Aquamarine

📋 copy color: '#55CBAA'

red 85 ◦ green 203 ◦ blue 170

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

Shades of Medium Aquamarine #55CBAA

Tints of Medium Aquamarine #55CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 18.56%
G = 44.32%
B = 37.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#55CBAA (or 0x55CBAA) is known color: Medium Aquamarine. HEX triplet: 55, CB and AA. RGB value is (85,203,170). Sum of RGB (Red+Green+Blue) = 85+203+170=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBAA is #AA3455. Grayscale: #A3A3A3. Windows color (decimal): -11154518 or 11193173. OLE color: 11193173.

HSL color Cylindrical-coordinate representation of color #55CBAA: hue angle of 163.22º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CBAA is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 170 -
CMYK 0.58 0 0.16 0.20
HSL 163.22º 0.53% 0.56% -
HSV(B) 163.22º 0.58% 0.8% -
XYZ 32.36 47.55 45.5 -
YUV 163.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 85 203 170 0.58 0 0.16 0.20 163.22 0.53 0.56
Hex 55 CB AA 3A 0 10 14 A3 35 38
Octal 125 313 252 72 0 20 24 243 65 70
Binary 1010101 11001011 10101010 111010 0 10000 10100 10100011 110101 111000

Color Harmonies of #55CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBAA

Black with #55CBAA

Text Example


Text Example

White with #55CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,170); }

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

background-color css

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

 a { background-color: rgb(85,203,170); }

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

border-color css

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

 span { border-color: rgb(85,203,170); }

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