Html Css Color HEX #55CBA3 Medium Aquamarine

📋 copy color: '#55CBA3'

red 85 ◦ green 203 ◦ blue 163

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

Shades of Medium Aquamarine #55CBA3

Tints of Medium Aquamarine #55CBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.14%

R = 18.85%
G = 45.01%
B = 36.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#55CBA3 (or 0x55CBA3) is known color: Medium Aquamarine. HEX triplet: 55, CB and A3. RGB value is (85,203,163). Sum of RGB (Red+Green+Blue) = 85+203+163=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBA3 is #AA345C. Grayscale: #A3A3A3. Windows color (decimal): -11154525 or 10734421. OLE color: 10734421.

HSL color Cylindrical-coordinate representation of color #55CBA3: hue angle of 159.66º 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 #55CBA3 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 163 -
CMYK 0.58 0 0.20 0.20
HSL 159.66º 0.53% 0.56% -
HSV(B) 159.66º 0.58% 0.8% -
XYZ 31.71 47.29 42.11 -
YUV 163.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 85 203 163 0.58 0 0.20 0.20 159.66 0.53 0.56
Hex 55 CB A3 3A 0 14 14 A0 35 38
Octal 125 313 243 72 0 24 24 240 65 70
Binary 1010101 11001011 10100011 111010 0 10100 10100 10100000 110101 111000

Color Harmonies of #55CBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CBA3

Black with #55CBA3

Text Example


Text Example

White with #55CBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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